Commit a8ab3453 authored by lynAzrael's avatar lynAzrael Committed by 33cn

delete comment

parent b6b5fd50
...@@ -185,7 +185,6 @@ function evm_getBalance() { ...@@ -185,7 +185,6 @@ function evm_getBalance() {
} }
function evm_withDraw() { function evm_withDraw() {
echo "In evm withDraw test."
validator=$1 validator=$1
expectRes=$2 expectRes=$2
unsignedTx=$(curl -s --data-binary '{"jsonrpc":"2.0","id":2,"method":"evm.EvmWithdrawTx","params":[{"amount":1,"caller":"'${evm_creatorAddr}'","expire":"", "exec":"'${evm_addr}'", "paraName":"'${paraName}'"}]}' -H 'content-type:text/plain;' ${MAIN_HTTP} | jq -r ".result") unsignedTx=$(curl -s --data-binary '{"jsonrpc":"2.0","id":2,"method":"evm.EvmWithdrawTx","params":[{"amount":1,"caller":"'${evm_creatorAddr}'","expire":"", "exec":"'${evm_addr}'", "paraName":"'${paraName}'"}]}' -H 'content-type:text/plain;' ${MAIN_HTTP} | 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