Skip to content

Commit b1973d6

Browse files
committed
Update chain transaction statistics
1 parent e222618 commit b1973d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/chainparams.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ class CMainParams : public CChainParams {
162162
};
163163

164164
chainTxData = ChainTxData{
165-
// Data as of block 00000000000000000166d612d5595e2b1cd88d71d695fc580af64d8da8658c23 (height 446482).
166-
1483472411, // * UNIX timestamp of last known number of transactions
167-
184495391, // * total number of transactions between genesis and that timestamp
165+
// Data as of block 000000000000000000d97e53664d17967bd4ee50b23abb92e54a34eb222d15ae (height 478913).
166+
1501801925, // * UNIX timestamp of last known number of transactions
167+
243756039, // * total number of transactions between genesis and that timestamp
168168
// (the tx=... number in the SetBestChain debug.log lines)
169-
3.2 // * estimated number of transactions per second after that timestamp
169+
3.1 // * estimated number of transactions per second after that timestamp
170170
};
171171
}
172172
};
@@ -250,9 +250,9 @@ class CTestNetParams : public CChainParams {
250250
};
251251

252252
chainTxData = ChainTxData{
253-
// Data as of block 00000000c2872f8f8a8935c8e3c5862be9038c97d4de2cf37ed496991166928a (height 1063660)
254-
1483546230,
255-
12834668,
253+
// Data as of block 00000000000001c200b9790dc637d3bb141fe77d155b966ed775b17e109f7c6c (height 1156179)
254+
1501802953,
255+
14706531,
256256
0.15
257257
};
258258

0 commit comments

Comments
 (0)