Add a test wallet_reorgsrestore

Test we change tx status at loading in case of reorgs while wallet
was shutdown.
This commit is contained in:
Antoine Riard
2019-08-22 16:39:48 -04:00
parent 40ede992d9
commit 442a87cc0a
2 changed files with 106 additions and 0 deletions

View File

@@ -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',