Skip to content

Commit 1f7da1e

Browse files
update testnet chainTxData
Signed-off-by: Pasta <Pasta@dash.org>
1 parent 1add78c commit 1f7da1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ class CTestNetParams : public CChainParams {
518518
};
519519

520520
chainTxData = ChainTxData{
521-
1544707462, // * UNIX timestamp of last known number of transactions
522-
4100, // * total number of transactions between genesis and that timestamp
521+
1557519561, // * UNIX timestamp of last known number of transactions
522+
957968, // * total number of transactions between genesis and that timestamp
523523
// (the tx=... number in the SetBestChain debug.log lines)
524524
0.01 // * estimated number of transactions per second after that timestamp
525525
};

0 commit comments

Comments
 (0)