From 50c19f5fdc31ffcbd132d7cfacf13da314a7f608 Mon Sep 17 00:00:00 2001 From: kexkey Date: Sun, 23 Feb 2020 17:59:39 -0500 Subject: [PATCH] tmp file wrong name --- proxy_docker/app/script/walletoperations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_docker/app/script/walletoperations.sh b/proxy_docker/app/script/walletoperations.sh index ce8a871..6537bb7 100644 --- a/proxy_docker/app/script/walletoperations.sh +++ b/proxy_docker/app/script/walletoperations.sh @@ -73,7 +73,7 @@ spend() { data="${data},\"hash\":\"${txid}\"}" # Delete the temp file containing the raw tx (see above) - rm spendrawtx-${txid}.blob + rm spend-rawtx-${txid}.blob else local message=$(echo "${response}" | jq -e ".error.message") data="{\"message\":${message}}"