aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.sh
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-05-04 12:39:59 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-05-04 12:42:26 +0200
commit16341cc15c545415ea996052dbd0b5bee0127571 (patch)
treefa02dfa6507fae04272bd785f10e8caddfba9e64 /qa/pull-tester/rpc-tests.sh
parent59305cebee4e2140ff21962cc83c0499d1c5d748 (diff)
parentbba2216fc14d949e560c83ba0be6cdc3eedfa73f (diff)
downloadbitcoin-16341cc15c545415ea996052dbd0b5bee0127571.tar.xz
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/rpc-tests.sh')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh1
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'