File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ def run_test (self):
306
306
# Check that the txid and balance is found by node1
307
307
self .nodes [1 ].gettransaction (cbTxId )
308
308
309
- #check if wallet or blochchain maintenance changes the balance
309
+ # check if wallet or blockchain maintenance changes the balance
310
310
self .sync_all ()
311
311
blocks = self .nodes [0 ].generate (2 )
312
312
self .sync_all ()
@@ -318,7 +318,8 @@ def run_test (self):
318
318
'-reindex' ,
319
319
'-zapwallettxes=1' ,
320
320
'-zapwallettxes=2' ,
321
- '-salvagewallet' ,
321
+ # disabled until issue is fixed: https://github.com/bitcoin/bitcoin/issues/7463
322
+ # '-salvagewallet',
322
323
]
323
324
for m in maintenance :
324
325
print ("check " + m )
@@ -338,4 +339,4 @@ def run_test (self):
338
339
assert_equal (len (self .nodes [0 ].listsinceblock (blocks [1 ])["transactions" ]), 0 )
339
340
340
341
if __name__ == '__main__' :
341
- WalletTest ().main ()
342
+ WalletTest ().main ()
You can’t perform that action at this time.
0 commit comments