diff --git a/src/chainparams.cpp b/src/chainparams.cpp index bf06e1a47d..1c586c6caa 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -197,10 +197,11 @@ class CMainParams : public CChainParams { chainTxData = ChainTxData{ // Update as we know more about the contents of the Raven chain - 1509572692, // * UNIX timestamp of last known number of transactions - 1, // * total number of transactions between genesis and that timestamp + // Stats as of 000000000000a72545994ce72b25042ea63707fca169ca4deb7f9dab4f1b1798 window size 43200 + 1543817453, // * UNIX timestamp of last known number of transactions + 2033711, // * total number of transactions between genesis and that timestamp // (the tx=... number in the SetBestChain debug.log lines) - 3.1 // * estimated number of transactions per second after that timestamp + 0.1 // * estimated number of transactions per second after that timestamp }; /** RVN Start **/ @@ -368,10 +369,11 @@ class CTestNetParams : public CChainParams { chainTxData = ChainTxData{ // Update as we know more about the contents of the Raven chain - 1513705170, // * UNIX timestamp of last known number of transactions - 1, // * total number of transactions between genesis and that timestamp + // Stats as of 00000023b66f46d74890287a7b1157dd780c7c5fdda2b561eb96684d2b39d62e window size 43200 + 1543633332, // * UNIX timestamp of last known number of transactions + 146666, // * total number of transactions between genesis and that timestamp // (the tx=... number in the SetBestChain debug.log lines) - 3.1 // * estimated number of transactions per second after that timestamp + 0.02 // * estimated number of transactions per second after that timestamp }; /** RVN Start **/