[FAB-10021] Typo in balance-transfer/testAPIs.sh

There is a typo for transaction in testAPIs.sh

Change-Id: I0f8ca7b2a9003b5f85ba980cab5eff80853b03dc
Signed-off-by: weikeng <w.k@berkeley.edu>
This commit is contained in:
weikeng 2018-05-12 08:06:56 -07:00
parent c3979b5716
commit ace2e5ab91
2 changed files with 2 additions and 2 deletions

View file

@ -170,7 +170,7 @@ TRX_ID=$(curl -s -X POST \
"fcn":"move",
"args":["a","b","10"]
}')
echo "Transacton ID is $TRX_ID"
echo "Transaction ID is $TRX_ID"
echo
echo

View file

@ -128,7 +128,7 @@ TRX_ID=$(curl -s -X POST \
"fcn":"move",
"args":["a","b","10"]
}')
echo "Transacton ID is $TRX_ID"
echo "Transaction ID is $TRX_ID"
echo
echo