@@ -180,7 +180,7 @@ class CMainParams : public CChainParams {
180180 chainTxData = ChainTxData{
181181 // Data from RPC: getchaintxstats 4096 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a
182182 .nTime = 1704194835 ,
183- .nTxCount = 946728933 ,
183+ .tx_count = 946728933 ,
184184 .dTxRate = 6.569290261471664 ,
185185 };
186186 }
@@ -272,15 +272,15 @@ class CTestNetParams : public CChainParams {
272272 {
273273 .height = 2'500'000 ,
274274 .hash_serialized = AssumeutxoHash{uint256S (" 0xf841584909f68e47897952345234e37fcd9128cd818f41ee6c3ca68db8071be7" )},
275- .nChainTx = 66484552 ,
275+ .m_chain_tx_count = 66484552 ,
276276 .blockhash = uint256S (" 0x0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f" )
277277 }
278278 };
279279
280280 chainTxData = ChainTxData{
281281 // Data from RPC: getchaintxstats 4096 000000000001323071f38f21ea5aae529ece491eadaccce506a59bcc2d968917
282282 .nTime = 1703579240 ,
283- .nTxCount = 67845391 ,
283+ .tx_count = 67845391 ,
284284 .dTxRate = 1.464436832560951 ,
285285 };
286286 }
@@ -312,7 +312,7 @@ class SigNetParams : public CChainParams {
312312 chainTxData = ChainTxData{
313313 // Data from RPC: getchaintxstats 4096 0000000870f15246ba23c16e370a7ffb1fc8a3dcf8cb4492882ed4b0e3d4cd26
314314 .nTime = 1706331472 ,
315- .nTxCount = 2425380 ,
315+ .tx_count = 2425380 ,
316316 .dTxRate = 0.008277759863833788 ,
317317 };
318318 } else {
@@ -382,7 +382,7 @@ class SigNetParams : public CChainParams {
382382 {
383383 .height = 160'000 ,
384384 .hash_serialized = AssumeutxoHash{uint256S (" 0xfe0a44309b74d6b5883d246cb419c6221bcccf0b308c9b59b7d70783dbdf928a" )},
385- .nChainTx = 2289496 ,
385+ .m_chain_tx_count = 2289496 ,
386386 .blockhash = uint256S (" 0x0000003ca3c99aff040f2563c2ad8f8ec88bd0fd6b8f0895cfaf1ef90353a62c" )
387387 }
388388 };
@@ -498,21 +498,21 @@ class CRegTestParams : public CChainParams
498498 { // For use by unit tests
499499 .height = 110 ,
500500 .hash_serialized = AssumeutxoHash{uint256S (" 0x6657b736d4fe4db0cbc796789e812d5dba7f5c143764b1b6905612f1830609d1" )},
501- .nChainTx = 111 ,
501+ .m_chain_tx_count = 111 ,
502502 .blockhash = uint256S (" 0x696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c" )
503503 },
504504 {
505505 // For use by fuzz target src/test/fuzz/utxo_snapshot.cpp
506506 .height = 200 ,
507507 .hash_serialized = AssumeutxoHash{uint256S (" 0x4f34d431c3e482f6b0d67b64609ece3964dc8d7976d02ac68dd7c9c1421738f2" )},
508- .nChainTx = 201 ,
508+ .m_chain_tx_count = 201 ,
509509 .blockhash = uint256S (" 0x5e93653318f294fb5aa339d00bbf8cf1c3515488ad99412c37608b139ea63b27" ),
510510 },
511511 {
512512 // For use by test/functional/feature_assumeutxo.py
513513 .height = 299 ,
514514 .hash_serialized = AssumeutxoHash{uint256S (" 0xa4bf3407ccb2cc0145c49ebba8fa91199f8a3903daf0883875941497d2493c27" )},
515- .nChainTx = 334 ,
515+ .m_chain_tx_count = 334 ,
516516 .blockhash = uint256S (" 0x3bb7ce5eba0be48939b7a521ac1ba9316afee2c7bada3a0cca24188e6d7d96c0" )
517517 },
518518 };
0 commit comments