Shorten variable names and switch to tx/s

This commit is contained in:
Pieter Wuille
2017-01-04 07:35:39 -08:00
parent 6dd81169fc
commit e356d9a758
3 changed files with 8 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ public:
1397080064, // * UNIX timestamp of last checkpoint block
36544669, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
60000.0 // * estimated number of transactions per day after checkpoint
0.7 // * estimated number of transactions per second after checkpoint
};
}
};
@@ -242,7 +242,7 @@ public:
chainTxData = ChainTxData{
1337966069,
1488,
300
0.0035
};
}