We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028af9e commit d2137f9Copy full SHA for d2137f9
test/functional/rpc_blockchain.py
@@ -214,6 +214,15 @@ def _test_getblockchaininfo(self):
214
'since': 0
215
},
216
'active': False},
217
+ 'mn_rr': {
218
+ 'type': 'bip9',
219
+ 'bip9': {
220
+ 'status': 'defined',
221
+ 'start_time': 0,
222
+ 'timeout': 999999999999,
223
+ 'since': 0
224
+ },
225
+ 'active': False},
226
'v19': {
227
'type': 'bip9',
228
'bip9': {
@@ -231,6 +240,7 @@ def _test_getblockchaininfo(self):
231
240
'timeout': 999999999999,
232
241
233
242
}, 'active': False},
243
+
234
244
'testdummy': {
235
245
236
246
0 commit comments