RPC test for "#5418 Report missing inputs in sendrawtransaction"

This commit is contained in:
Jonas Schnelli
2014-12-29 20:17:21 +01:00
committed by Pieter Wuille
parent de8e801d3f
commit bba2216fc1
2 changed files with 70 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ testScripts=(
'zapwallettxes.py'
'proxy_test.py'
'merkle_blocks.py'
'rawtransactions.py'
# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then