tmp file wrong name

This commit is contained in:
kexkey
2020-02-23 17:59:39 -05:00
parent 634966309d
commit 50c19f5fdc

View File

@@ -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}}"