Commit b2ca2d99 authored by harrylee's avatar harrylee Committed by vipwzw

modify code for shellcheck

parent a5aca882
......@@ -236,7 +236,7 @@ function tx_wait() {
exit 1
fi
local req=\"${2}\"
local txhash=$(${1} tx query -s "${2}" | jq ".tx.hash")
txhash=$(${1} tx query -s "${2}" | jq ".tx.hash")
local count=0
while true; do
txhash=$(${1} tx query -s "${2}" | jq ".tx.hash")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment