diff --git a/balance-transfer/testAPIs.sh b/balance-transfer/testAPIs.sh index ad503b2b..83af58c6 100755 --- a/balance-transfer/testAPIs.sh +++ b/balance-transfer/testAPIs.sh @@ -197,7 +197,7 @@ VALUES=$(curl -s -X POST \ echo $VALUES # Assign previous invoke transaction id to TRX_ID MESSAGE=$(echo $VALUES | jq -r ".message") -TRX_ID=${MESSAGE#*ID:} +TRX_ID=${MESSAGE#*ID: } echo echo "GET query chaincode on peer1 of Org1"