Skip to content

Commit 6788a6e

Browse files
author
limxdev
committed
Add tx count checkpoint
1 parent 49b3093 commit 6788a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class CMainParams : public CChainParams {
226226
chainTxData = ChainTxData{
227227
// BTX: data as of block 0x8da1c7f79018fac8acac69a57b2f8b5d2743af67976a4525fdedc8c85a3a1418 (height 410476).
228228
1588381219, // * UNIX timestamp of last known number of transactions
229-
1736197, // * total number of transactions between genesis and that timestamp
229+
2103714, // * total number of transactions between genesis and that timestamp
230230
// (the tx=... number in the SetBestChain debug.log lines)
231231
0 // * estimated number of transactions per second after that timestamp
232232
};

0 commit comments

Comments
 (0)