From 6e001a844501f94bf9530d8d19728041167d9c1b Mon Sep 17 00:00:00 2001 From: Jeremiah Buddenhagen Date: Mon, 1 Jan 2018 22:21:13 -0600 Subject: [PATCH] Update chainTxData --- src/chainparams.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 2cc1f7fc9..6e516b085 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -189,10 +189,10 @@ public: chainTxData = ChainTxData{ // Data as of block db42d00d824950a125f9b08b6b6c282c484781562fa8b3bd29d6ce4a2627c348 (height 1259851). - 1488680849, // * UNIX timestamp of last known number of transactions - 2660400, // * total number of transactions between genesis and that timestamp - // (the tx=... number in the SetBestChain debug.log lines) - 2160.0 // * estimated number of transactions per second after that timestamp + 1514751180, // * UNIX timestamp of last known number of transactions + 3210200, // * total number of transactions between genesis and that timestamp + // (the tx=... number in the SetBestChain debug.log lines) + 0.05 // * estimated number of transactions per second after that timestamp }; } };