From 442a87cc0ae43ebc9b6654a6165778eecb931f74 Mon Sep 17 00:00:00 2001 From: Antoine Riard Date: Thu, 22 Aug 2019 16:39:48 -0400 Subject: Add a test wallet_reorgsrestore Test we change tx status at loading in case of reorgs while wallet was shutdown. --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index ad5673e03a..dd61efa757 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -131,6 +131,7 @@ BASE_SCRIPTS = [ 'wallet_createwallet.py --usecli', 'wallet_watchonly.py', 'wallet_watchonly.py --usecli', + 'wallet_reorgsrestore.py', 'interface_http.py', 'interface_rpc.py', 'rpc_psbt.py', -- cgit v1.2.3