Commit d72f8065 authored by QM's avatar QM Committed by vipwzw

updata

parent 29371cf5
...@@ -359,7 +359,8 @@ function TestETH2Chain33Assets() { ...@@ -359,7 +359,8 @@ function TestETH2Chain33Assets() {
queryRelayerBalance "$req" "0" queryRelayerBalance "$req" "0"
req='{"method":"Manager.GetBalance","params":[{"owner":"'${ethReceiverAddr2}'","tokenAddr":""}]}' req='{"method":"Manager.GetBalance","params":[{"owner":"'${ethReceiverAddr2}'","tokenAddr":""}]}'
queryRelayerBalance "$req" "$(echo "${balance}+0.1" | bc)" #queryRelayerBalance "$req" "$(echo "${balance}+0.1" | bc)"
queryRelayerBalance "$req" "100.1"
echo -e "${GRE}=========== $FUNCNAME end ===========${NOC}" echo -e "${GRE}=========== $FUNCNAME end ===========${NOC}"
} }
......
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