3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-11 17:55:50 +00:00

Log the error response in the qdata utility if broadcasting a transaction fails.

This commit is contained in:
CalDescent 2021-10-29 17:26:40 +01:00
parent dcdc48d917
commit c63d238316

View File

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