Skip to content

Commit

Permalink
[FAB-10021] Typo in balance-transfer/testAPIs.sh
Browse files Browse the repository at this point in the history
There is a typo for transaction in testAPIs.sh

Change-Id: I0f8ca7b2a9003b5f85ba980cab5eff80853b03dc
Signed-off-by: weikeng <w.k@berkeley.edu>
  • Loading branch information
weikengchen committed May 12, 2018
1 parent c3979b5 commit ace2e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balance-transfer/testAPIs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion balance-transfer/typescript/testAPIs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ace2e5a

Please sign in to comment.