diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-04-24 18:26:30 -0700 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2015-06-11 01:03:23 -0700 |
commit | 208589514cdc344c2d33228dba7f00b305d0174b (patch) | |
tree | 76c6bcfde798491345e2e1506933673a547f5720 /qa/pull-tester/rpc-tests.sh | |
parent | 21bbd920e5cc02dae5e75795c1f0bbfba9a41b53 (diff) |
fundrawtransaction tests
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-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 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' ); |