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

update

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