File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -494,22 +494,6 @@ def test_locked_wallet(self):
494
494
self .log .info ("Test fundrawtxn with locked wallet" )
495
495
496
496
self .nodes [1 ].encryptwallet ("test" )
497
- self .stop_nodes ()
498
-
499
- self .start_nodes ()
500
- # This test is not meant to test fee estimation and we'd like
501
- # to be sure all txns are sent at a consistent desired feerate.
502
- for node in self .nodes :
503
- node .settxfee (self .min_relay_tx_fee )
504
-
505
- connect_nodes (self .nodes [0 ], 1 )
506
- connect_nodes (self .nodes [1 ], 2 )
507
- connect_nodes (self .nodes [0 ], 2 )
508
- connect_nodes (self .nodes [0 ], 3 )
509
- # Again lock the watchonly UTXO or nodes[0] may spend it, because
510
- # lockunspent is memory-only and thus lost on restart.
511
- self .nodes [0 ].lockunspent (False , [{"txid" : self .watchonly_txid , "vout" : self .watchonly_vout }])
512
- self .sync_all ()
513
497
514
498
# Drain the keypool.
515
499
self .nodes [1 ].getnewaddress ()
You can’t perform that action at this time.
0 commit comments