Browse Source

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

qdn
CalDescent 3 years ago
parent
commit
c63d238316
  1. 1
      tools/qdata

1
tools/qdata

@ -59,6 +59,7 @@ if [[ "${method}" == "PUT" || "${method}" == "PATCH" ]]; then
echo "Transaction broadcast successfully" echo "Transaction broadcast successfully"
else else
echo "Error when broadcasting transaction. Please try again." echo "Error when broadcasting transaction. Please try again."
echo "Response: ${success}"
fi fi
elif [[ "${method}" == "GET" ]]; then elif [[ "${method}" == "GET" ]]; then

Loading…
Cancel
Save