aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/wallet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/rpc-tests/wallet.sh')
-rwxr-xr-xqa/rpc-tests/wallet.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/wallet.sh b/qa/rpc-tests/wallet.sh
index 118809a265..8d5a6cdc78 100755
--- a/qa/rpc-tests/wallet.sh
+++ b/qa/rpc-tests/wallet.sh
@@ -12,6 +12,7 @@ BITCOIND=${1}/bitcoind
CLI=${1}/bitcoin-cli
DIR="${BASH_SOURCE%/*}"
+SENDANDWAIT="${DIR}/send.sh"
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
. "$DIR/util.sh"