Skip to content

Commit 97286a8

Browse files
committed
test: adjust activation heights on rpc_blockchain.py for v20 and mn_rr
1 parent 3bb753f commit 97286a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/functional/rpc_blockchain.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ def _test_getblockchaininfo(self):
185185
'-testactivationheight=dip0024@13',
186186
'-testactivationheight=brr@14',
187187
'-testactivationheight=v19@15',
188-
'-testactivationheight=v20@901',
189-
'-testactivationheight=mn_rr@902',
188+
'-testactivationheight=v20@412', # no earlier than DIP0003
189+
'-testactivationheight=mn_rr@16',
190190
])
191191

192192
res = self.nodes[0].getblockchaininfo()
@@ -212,8 +212,8 @@ def _test_getblockchaininfo(self):
212212
'dip0024': { 'type': 'buried', 'active': True, 'height': 13},
213213
'realloc': { 'type': 'buried', 'active': True, 'height': 14},
214214
'v19': { 'type': 'buried', 'active': True, 'height': 15},
215-
'v20': { 'type': 'buried', 'active': False, 'height': 901},
216-
'mn_rr': { 'type': 'buried', 'active': False, 'height': 902},
215+
'v20': { 'type': 'buried', 'active': False, 'height': 412},
216+
'mn_rr': { 'type': 'buried', 'active': True, 'height': 16},
217217
'withdrawals': {
218218
'type': 'bip9',
219219
'bip9': {

0 commit comments

Comments
 (0)