Skip to content

Commit d2137f9

Browse files
committed
fixup for rpc_blochain
1 parent 028af9e commit d2137f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/functional/rpc_blockchain.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,15 @@ def _test_getblockchaininfo(self):
214214
'since': 0
215215
},
216216
'active': False},
217+
'mn_rr': {
218+
'type': 'bip9',
219+
'bip9': {
220+
'status': 'defined',
221+
'start_time': 0,
222+
'timeout': 999999999999,
223+
'since': 0
224+
},
225+
'active': False},
217226
'v19': {
218227
'type': 'bip9',
219228
'bip9': {
@@ -231,6 +240,7 @@ def _test_getblockchaininfo(self):
231240
'timeout': 999999999999,
232241
'since': 0
233242
}, 'active': False},
243+
234244
'testdummy': {
235245
'type': 'bip9',
236246
'bip9': {

0 commit comments

Comments
 (0)