diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py index 444f6f94ab46ad..e448907231afce 100755 --- a/test/functional/rpc_blockchain.py +++ b/test/functional/rpc_blockchain.py @@ -214,6 +214,15 @@ def _test_getblockchaininfo(self): 'since': 0 }, 'active': False}, + 'mn_rr': { + 'type': 'bip9', + 'bip9': { + 'status': 'defined', + 'start_time': 0, + 'timeout': 999999999999, + 'since': 0 + }, + 'active': False}, 'v19': { 'type': 'bip9', 'bip9': { @@ -231,6 +240,7 @@ def _test_getblockchaininfo(self): 'timeout': 999999999999, 'since': 0 }, 'active': False}, + 'testdummy': { 'type': 'bip9', 'bip9': {