Skip to content

Commit 96e9cef

Browse files
committed
fix: adjust rpc_blockchin.py functional test
1 parent fd32e57 commit 96e9cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/rpc_blockchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _test_getblockchaininfo(self):
186186
'-testactivationheight=brr@14',
187187
'-testactivationheight=v19@15',
188188
'-testactivationheight=v20@412', # no earlier than DIP0003
189-
'-testactivationheight=mn_rr@16',
189+
'-testactivationheight=mn_rr@413',
190190
])
191191

192192
res = self.nodes[0].getblockchaininfo()
@@ -213,7 +213,7 @@ def _test_getblockchaininfo(self):
213213
'realloc': { 'type': 'buried', 'active': True, 'height': 14},
214214
'v19': { 'type': 'buried', 'active': True, 'height': 15},
215215
'v20': { 'type': 'buried', 'active': False, 'height': 412},
216-
'mn_rr': { 'type': 'buried', 'active': True, 'height': 16},
216+
'mn_rr': { 'type': 'buried', 'active': False, 'height': 413},
217217
'withdrawals': {
218218
'type': 'bip9',
219219
'bip9': {

0 commit comments

Comments
 (0)