diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2014-12-29 20:17:21 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2015-05-01 15:30:10 +0200 |
commit | bba2216fc14d949e560c83ba0be6cdc3eedfa73f (patch) | |
tree | 02e9d80a47d4d7c438ed9c43ffb9a0bdef2bb2b6 /qa/pull-tester | |
parent | de8e801d3f7c61634b4fdec2a389ca36abbd9e9a (diff) |
RPC test for "#5418 Report missing inputs in sendrawtransaction"
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index dd2f8d4e5e..caa679e70b 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -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 |