diff options
| author | Pieter Wuille <[email protected]> | 2017-01-04 07:35:39 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-01-11 08:21:37 -0800 |
| commit | e356d9a758fff44841c0a630ef6b048de05e53f0 (patch) | |
| tree | 39ef7e8da308218dfe54b1c458e1d743cea933b5 /src/chainparams.cpp | |
| parent | Remove SIGCHECK_VERIFICATION_FACTOR (diff) | |
| download | discoin-e356d9a758fff44841c0a630ef6b048de05e53f0.tar.xz discoin-e356d9a758fff44841c0a630ef6b048de05e53f0.zip | |
Shorten variable names and switch to tx/s
Diffstat (limited to 'src/chainparams.cpp')
| -rw-r--r-- | src/chainparams.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 06196de36..626dc9f8c 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -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 }; } |