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 Jun 17, 2023
1 parent 4161f10 commit 58b48e6
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 @@ -158,6 +158,15 @@ def _test_getblockchaininfo(self):
'dip0020': { 'type': 'buried', 'active': False, 'height': 300},
'dip0024': { 'type': 'buried', 'active': False, 'height': 900},
'realloc': { 'type': 'buried', 'active': False, 'height': 2500},
'mn_rr': {
'type': 'bip9',
'bip9': {
'status': 'defined',
'start_time': 0,
'timeout': 999999999999,
'since': 0
},
'active': False},
'v19': {
'type': 'bip9',
'bip9': {
Expand All @@ -175,6 +184,7 @@ def _test_getblockchaininfo(self):
'timeout': 999999999999,
'since': 0
}, 'active': False},

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

0 comments on commit 58b48e6

Please sign in to comment.