mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-02 03:04:19 +01:00
Fix for watchtxid webhooks retries
This commit is contained in:
@@ -126,11 +126,12 @@ build_callback_txid() {
|
||||
trace "[build_callback_txid] data=${data}"
|
||||
|
||||
curl_callback_txid "${url}" "${data}"
|
||||
returncode=$?
|
||||
|
||||
# Delete the temp file containing the raw tx (see above)
|
||||
rm rawtx-${txid}-$$.blob
|
||||
|
||||
return $?
|
||||
return ${returncode}
|
||||
else
|
||||
trace "[build_callback_txid] Number of confirmations for tx is not enough to call back."
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user