mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
Merge "[FAB-16036] Fix a error of get query in testAPI.sh" into release-1.4
This commit is contained in:
commit
da7f3cd0cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue