versionbits: Add support for delayed activation

This commit is contained in:
Anthony Towns
2021-03-06 18:18:49 +10:00
parent 9e6b65f6fa
commit 73d4a70639
8 changed files with 41 additions and 10 deletions

View File

@ -149,6 +149,7 @@ class BlockchainTest(BitcoinTestFramework):
'count': 57,
'possible': True,
},
'min_activation_height': 0,
},
'active': False
},
@ -158,7 +159,8 @@ class BlockchainTest(BitcoinTestFramework):
'status': 'active',
'start_time': -1,
'timeout': 9223372036854775807,
'since': 0
'since': 0,
'min_activation_height': 0,
},
'height': 0,
'active': True