Skip to content

Commit

Permalink
fixup for rpc_blochain
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed May 12, 2023
1 parent 028af9e commit d2137f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/functional/rpc_blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand All @@ -231,6 +240,7 @@ def _test_getblockchaininfo(self):
'timeout': 999999999999,
'since': 0
}, 'active': False},

'testdummy': {
'type': 'bip9',
'bip9': {
Expand Down

0 comments on commit d2137f9

Please sign in to comment.