make scanning pre-carrot and carrot coinbase txs work

This commit is contained in:
akildemir
2025-05-14 16:02:35 +03:00
parent 87be655738
commit 18ec1c331b
11 changed files with 41 additions and 5 deletions
+3
View File
@@ -92,6 +92,9 @@ const hardfork_t testnet_hard_forks[] = {
// version 10 treasury mint starts from block 1100
{10, 1100, 0, 1739780005 },
// version 11 carrot starts from block 1500
{11, 1500, 0, 1739780010 },
};
const size_t num_testnet_hard_forks = sizeof(testnet_hard_forks) / sizeof(testnet_hard_forks[0]);
const uint64_t testnet_hard_fork_version_1_till = ((uint64_t)-1);