mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 16:45:09 +00:00
Merge "[FAB-10021] Typo in balance-transfer/testAPIs.sh"
This commit is contained in:
commit
9eb7ff6f19
2 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ TRX_ID=$(curl -s -X POST \
|
||||||
"fcn":"move",
|
"fcn":"move",
|
||||||
"args":["a","b","10"]
|
"args":["a","b","10"]
|
||||||
}')
|
}')
|
||||||
echo "Transacton ID is $TRX_ID"
|
echo "Transaction ID is $TRX_ID"
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ TRX_ID=$(curl -s -X POST \
|
||||||
"fcn":"move",
|
"fcn":"move",
|
||||||
"args":["a","b","10"]
|
"args":["a","b","10"]
|
||||||
}')
|
}')
|
||||||
echo "Transacton ID is $TRX_ID"
|
echo "Transaction ID is $TRX_ID"
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue