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):
5151 # directory content should equal the generated transaction hashes
5252 txids_rpc = list (map (lambda t : t ['txid' ], self .nodes [1 ].listtransactions ("*" , block_count )))
5353 assert_equal (sorted (txids_rpc ), sorted (os .listdir (self .walletnotify_dir )))
54+ self .stop_node (1 )
5455 for tx_file in os .listdir (self .walletnotify_dir ):
5556 os .remove (os .path .join (self .walletnotify_dir , tx_file ))
5657
5758 self .log .info ("test -walletnotify after rescan" )
5859 # restart node to rescan to force wallet notifications
59- self .restart_node (1 )
60+ self .start_node (1 )
6061 connect_nodes_bi (self .nodes , 0 , 1 )
6162
6263 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