Auto merge of #3491 - Eirik0:3218-sapling-import-export-wallet, r=str4d

Add Sapling support to z_importwallet and z_exportwallet

Includes code adapted from upstream PR https://github.com/bitcoin/bitcoin/pull/8323

Closes #3218.
This commit is contained in:
Homu
2018-09-19 12:15:48 -07:00
10 changed files with 275 additions and 112 deletions

View File

@@ -16,6 +16,7 @@ testScripts=(
'wallet_treestate.py'
'wallet_anchorfork.py'
'wallet_changeindicator.py'
'wallet_import_export.py'
'wallet_protectcoinbase.py'
'wallet_shieldcoinbase.py'
'wallet_mergetoaddress.py'