aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2021-03-06 18:18:49 +1000
committerAndrew Chow <achow101-github@achow101.com>2021-04-15 12:03:27 -0400
commit4cab84cfdfc98cd10462681b5eb0fbbc08afd2a7 (patch)
tree5161469f332752ee172989c7012ad85741950cd9 /test/functional
parentf9517e6014ccfe91d5a77e2bacca928bdce7c285 (diff)
downloadbitcoin-4cab84cfdfc98cd10462681b5eb0fbbc08afd2a7.tar.xz
versionbits: Add support for delayed activation
Github-Pull: #21377 Rebased-From: 73d4a706393e6dbd6b6d6b6428f8d3233ac0a2d8
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/rpc_blockchain.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py
index f965677408..79d437abd3 100755
--- a/test/functional/rpc_blockchain.py
+++ b/test/functional/rpc_blockchain.py
@@ -145,6 +145,7 @@ class BlockchainTest(BitcoinTestFramework):
'count': 57,
'possible': True,
},
+ 'min_activation_height': 0,
},
'active': False
},
@@ -154,7 +155,8 @@ class BlockchainTest(BitcoinTestFramework):
'status': 'active',
'start_time': -1,
'timeout': 9223372036854775807,
- 'since': 0
+ 'since': 0,
+ 'min_activation_height': 0,
},
'height': 0,
'active': True