mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-02 08:17:03 +00:00
Log the error response in the qdata utility if broadcasting a transaction fails.
This commit is contained in:
@@ -59,6 +59,7 @@ if [[ "${method}" == "PUT" || "${method}" == "PATCH" ]]; then
|
||||
echo "Transaction broadcast successfully"
|
||||
else
|
||||
echo "Error when broadcasting transaction. Please try again."
|
||||
echo "Response: ${success}"
|
||||
fi
|
||||
|
||||
elif [[ "${method}" == "GET" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user