aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-04-24 18:26:30 -0700
committerMatt Corallo <git@bluematt.me>2015-06-11 01:03:23 -0700
commit208589514cdc344c2d33228dba7f00b305d0174b (patch)
tree76c6bcfde798491345e2e1506933673a547f5720 /qa/pull-tester
parent21bbd920e5cc02dae5e75795c1f0bbfba9a41b53 (diff)
downloadbitcoin-208589514cdc344c2d33228dba7f00b305d0174b.tar.xz
fundrawtransaction tests
Diffstat (limited to 'qa/pull-tester')
-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 9b318650e9..f7f7b13cf9 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -30,6 +30,7 @@ testScripts=(
'zapwallettxes.py'
'proxy_test.py'
'merkle_blocks.py'
+ 'fundrawtransaction.py'
'signrawtransactions.py'
'walletbackup.py'
);