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

Merge branch 'hashlock-rpc-test' of https://github.com/zzh33cn/plugin into hashlock-rpc-test

parents 13d2d98f a4df4bfa
...@@ -138,4 +138,4 @@ chain33_QueryBalance() { ...@@ -138,4 +138,4 @@ chain33_QueryBalance() {
echo_rst "$FUNCNAME" "$?" echo_rst "$FUNCNAME" "$?"
echo "$resp" | jq -r ".result" echo "$resp" | jq -r ".result"
} }
\ No newline at end of file
...@@ -71,7 +71,6 @@ hashlock_unlock() { ...@@ -71,7 +71,6 @@ hashlock_unlock() {
chain33_BlockWait 1 ${MAIN_HTTP} chain33_BlockWait 1 ${MAIN_HTTP}
} }
init() { init() {
ispara=$(echo '"'"${MAIN_HTTP}"'"' | jq '.|contains("8901")') ispara=$(echo '"'"${MAIN_HTTP}"'"' | jq '.|contains("8901")')
echo "ipara=$ispara" echo "ipara=$ispara"
...@@ -124,4 +123,4 @@ function main() { ...@@ -124,4 +123,4 @@ function main() {
} }
main "$1" main "$1"
set +x set +x
\ No newline at end of file
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