Implement z_mergetoaddress for combining UTXOs and notes

Closes #2493.
This commit is contained in:
Jack Grigg
2017-12-11 16:43:09 +00:00
parent bdbe8e8591
commit 6e9c7629af
10 changed files with 2106 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ testScripts=(
'wallet_treestate.py'
'wallet_protectcoinbase.py'
'wallet_shieldcoinbase.py'
'wallet_mergetoaddress.py'
'wallet.py'
'wallet_overwintertx.py'
'wallet_nullifiers.py'