Add RPC test showing correct handling of JS txns from blockchain

For unencrypted wallets, the wallet correctly tracks JoinSplits made for their
zkey in a different wallet.
This commit is contained in:
Jack Grigg
2016-10-11 17:11:29 -05:00
parent fb2653ed0e
commit 52fdce985f
2 changed files with 142 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export BITCOIND=${REAL_BITCOIND}
testScripts=(
'wallet.py'
'wallet_nullifiers.py'
'listtransactions.py'
'mempool_resurrect_test.py'
'txn_doublespend.py'