File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,13 @@ def run_test(self):
51
51
# directory content should equal the generated transaction hashes
52
52
txids_rpc = list (map (lambda t : t ['txid' ], self .nodes [1 ].listtransactions ("*" , block_count )))
53
53
assert_equal (sorted (txids_rpc ), sorted (os .listdir (self .walletnotify_dir )))
54
+ self .stop_node (1 )
54
55
for tx_file in os .listdir (self .walletnotify_dir ):
55
56
os .remove (os .path .join (self .walletnotify_dir , tx_file ))
56
57
57
58
self .log .info ("test -walletnotify after rescan" )
58
59
# restart node to rescan to force wallet notifications
59
- self .restart_node (1 )
60
+ self .start_node (1 )
60
61
connect_nodes_bi (self .nodes , 0 , 1 )
61
62
62
63
wait_until (lambda : len (os .listdir (self .walletnotify_dir )) == block_count , timeout = 10 )
You can’t perform that action at this time.
0 commit comments