Commit 9b556ef1 authored by 张振华's avatar 张振华

update

parent f6e7b46b
......@@ -149,5 +149,4 @@ chain33_QueryExecBalance() {
echo "#response: $resp"
ok=$(jq '(.error|not) and (.result[0] | [has("balance", "frozen"), true] | unique | length == 1)' <<<"$resp")
[ "$ok" == true ]
echo_rst "$FUNCNAME" "$?"
}
\ No newline at end of file
......@@ -17,6 +17,7 @@ guess_addr=""
guess_exec=""
eventId=""
txhash=""
#color
RED='\033[1;31m'
......
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