diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-04 12:39:59 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-04 12:42:26 +0200 |
commit | 16341cc15c545415ea996052dbd0b5bee0127571 (patch) | |
tree | fa02dfa6507fae04272bd785f10e8caddfba9e64 /qa/pull-tester | |
parent | 59305cebee4e2140ff21962cc83c0499d1c5d748 (diff) | |
parent | bba2216fc14d949e560c83ba0be6cdc3eedfa73f (diff) |
Merge pull request #5418
bba2216 RPC test for "#5418 Report missing inputs in sendrawtransaction" (Jonas Schnelli)
de8e801 Report missing inputs in sendrawtransaction (Pieter Wuille)
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 ae27a94b8d..a2d4305f98 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' 'maxblocksinflight.py' 'invalidblockrequest.py' |