File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,11 @@ class CMainParams : public CChainParams {
155
155
};
156
156
157
157
chainTxData = ChainTxData{
158
- 1397080064 , // * UNIX timestamp of last checkpoint block
159
- 36544669 , // * total number of transactions between genesis and last checkpoint
158
+ // Data as of block 00000000000000000166d612d5595e2b1cd88d71d695fc580af64d8da8658c23 (height 446482).
159
+ 1483472411 , // * UNIX timestamp of last known number of transactions
160
+ 184495391 , // * total number of transactions between genesis and that timestamp
160
161
// (the tx=... number in the SetBestChain debug.log lines)
161
- 0.7 // * estimated number of transactions per second after checkpoint
162
+ 3.2 // * estimated number of transactions per second after that timestamp
162
163
};
163
164
}
164
165
};
@@ -240,9 +241,10 @@ class CTestNetParams : public CChainParams {
240
241
};
241
242
242
243
chainTxData = ChainTxData{
243
- 1337966069 ,
244
- 1488 ,
245
- 0.0035
244
+ // Data as of block 00000000c2872f8f8a8935c8e3c5862be9038c97d4de2cf37ed496991166928a (height 1063660)
245
+ 1483546230 ,
246
+ 12834668 ,
247
+ 0.15
246
248
};
247
249
248
250
}
You can’t perform that action at this time.
0 commit comments