From 892cc0677217344c22b879426a0385414106e79a Mon Sep 17 00:00:00 2001 From: CryptoGera AI Date: Sat, 13 Apr 2024 15:50:26 +0000 Subject: [PATCH] Automated commit --- src/chainparams.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index c735b6656..6fcc56af1 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -166,10 +166,10 @@ public: chainTxData = ChainTxData{ // Data as of block 59c9b9d3fec105bdc716d84caa7579503d5b05b73618d0bf2d5fa639f780a011 (height 1353397). - 1712103525, // * UNIX timestamp of last known number of transactions - 0, // * total number of transactions between genesis and that timestamp + 1712909024, // * UNIX timestamp of last known number of transactions + 21617, // * total number of transactions between genesis and that timestamp // (the tx=... number in the SetBestChain debug.log lines) - 0 // * estimated number of transactions per second after that timestamp + 0.0268 // * estimated number of transactions per second after that timestamp }; } };