@@ -224,10 +224,10 @@ class CMainParams : public CChainParams {
224
224
consensus.vDeployments [Consensus::DEPLOYMENT_MN_RR].useEHF = true ;
225
225
226
226
// The best chain should have at least this much work.
227
- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000008677827656704520eb39 " ); // 1889000
227
+ consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000008d970bc6cda0b02b30fc " ); // 1969000
228
228
229
229
// 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
231
231
232
232
/* *
233
233
* The message start string is designed to be unlikely to occur in normal data.
@@ -334,19 +334,20 @@ class CMainParams : public CChainParams {
334
334
{1796500 , uint256S (" 0x000000000000001d531f36005159f19351bd49ca676398a561e55dcccb84eacd" )},
335
335
{1850400 , uint256S (" 0x00000000000000261bdbe99c01fcba992e577efa6cc41aae564b8ca9f112b2a3" )},
336
336
{1889000 , uint256S (" 0x00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7" )},
337
+ {1969000 , uint256S (" 0x000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf" )},
337
338
}
338
339
};
339
340
340
341
m_assumeutxo_data = MapAssumeutxo{
341
342
// TODO to be specified in a future patch.
342
343
};
343
344
344
- // getchaintxstats 17280 00000000000000075300e852d5bf5380f905b2768241f8b442498442084807a7
345
+ // getchaintxstats 17280 000000000000000c8b7a3bdcd8b9f516462122314529c8342244c685a4c899bf
345
346
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
348
349
// (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
350
351
};
351
352
}
352
353
};
0 commit comments