Commit 5c53bc4e authored by 张振华's avatar 张振华

update

parent 2b7cc0e5
...@@ -135,7 +135,6 @@ chain33_QueryBalance() { ...@@ -135,7 +135,6 @@ chain33_QueryBalance() {
echo "#response: $resp" echo "#response: $resp"
ok=$(jq '(.error|not) and (.result != "")' <<<"$resp") ok=$(jq '(.error|not) and (.result != "")' <<<"$resp")
[ "$ok" == true ] [ "$ok" == true ]
echo_rst "$FUNCNAME" "$?"
echo "$resp" | jq -r ".result" echo "$resp" | jq -r ".result"
} }
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