@@ -185,8 +185,8 @@ def _test_getblockchaininfo(self):
185
185
'-testactivationheight=dip0024@13' ,
186
186
'-testactivationheight=brr@14' ,
187
187
'-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 ' ,
190
190
])
191
191
192
192
res = self .nodes [0 ].getblockchaininfo ()
@@ -212,8 +212,8 @@ def _test_getblockchaininfo(self):
212
212
'dip0024' : { 'type' : 'buried' , 'active' : True , 'height' : 13 },
213
213
'realloc' : { 'type' : 'buried' , 'active' : True , 'height' : 14 },
214
214
'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 },
217
217
'withdrawals' : {
218
218
'type' : 'bip9' ,
219
219
'bip9' : {
0 commit comments