From c63d238316bbfe735fcb8d719c4312999085e36f Mon Sep 17 00:00:00 2001 From: CalDescent Date: Fri, 29 Oct 2021 17:26:40 +0100 Subject: [PATCH] Log the error response in the qdata utility if broadcasting a transaction fails. --- tools/qdata | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/qdata b/tools/qdata index 74226554..2060bcad 100755 --- a/tools/qdata +++ b/tools/qdata @@ -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