@@ -224,10 +224,10 @@ class CMainParams : public CChainParams {
224224 consensus.vDeployments [Consensus::DEPLOYMENT_MN_RR].useEHF = true ;
225225
226226 // The best chain should have at least this much work.
227- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000008677827656704520eb39 " ); // 1889000
227+ consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000008d970bc6cda0b02b30fc " ); // 1969000
228228
229229 // By default assume that the signatures in ancestors of this block are valid.
230- consensus.defaultAssumeValid = uint256S (" 0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7 " ); // 1889000
230+ consensus.defaultAssumeValid = uint256S (" 0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf " ); // 1969000
231231
232232 /* *
233233 * The message start string is designed to be unlikely to occur in normal data.
@@ -334,19 +334,20 @@ class CMainParams : public CChainParams {
334334 {1796500 , uint256S (" 0x000000000000001d531f36005159f19351bd49ca676398a561e55dcccb84eacd" )},
335335 {1850400 , uint256S (" 0x00000000000000261bdbe99c01fcba992e577efa6cc41aae564b8ca9f112b2a3" )},
336336 {1889000 , uint256S (" 0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7" )},
337+ {1969000 , uint256S (" 0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf" )},
337338 }
338339 };
339340
340341 m_assumeutxo_data = MapAssumeutxo{
341342 // TODO to be specified in a future patch.
342343 };
343344
344- // getchaintxstats 17280 00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7
345+ // getchaintxstats 17280 000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf
345346 chainTxData = ChainTxData{
346- 1687008680 , // * UNIX timestamp of last known number of transactions (Block 1889000 )
347- 48071282 , // * total number of transactions between genesis and that timestamp
347+ 1699617498 , // * UNIX timestamp of last known number of transactions (Block 1969000 )
348+ 49780131 , // * total number of transactions between genesis and that timestamp
348349 // (the tx=... number in the ChainStateFlushed debug.log lines)
349- 0.1420701358442986 , // * estimated number of transactions per second after that timestamp
350+ 0.1256464722959867 , // * estimated number of transactions per second after that timestamp
350351 };
351352 }
352353};
0 commit comments