Change the wallet_backup.py test to use the restorewallet RPC command instead of restoring wallets manually.
This is a backport of core#22541
Depends on D12776
Minor differences from source material are caused by the missing std::filesystem backport
Differential D12777
Add a new RPC command: restorewallet Authored by PiRK on Dec 6 2022, 12:40.
Details
Change the wallet_backup.py test to use the restorewallet RPC command instead of restoring wallets manually. This is a backport of core#22541 Depends on D12776 Minor differences from source material are caused by the missing std::filesystem backport ninja all check-all
Diff Detail
|