Commit 8fa15865 authored by vipwzw's avatar vipwzw

auto ci

parent 12e355fc
......@@ -332,7 +332,7 @@ function trade_sellMarket() {
echo_rst "trade sellMarket queryExecRes" "$?"
}
function trade_revokeBuy(){
function trade_revokeBuy() {
res=$(curl -s --data-binary '{"jsonrpc":"2.0","id":2,"method":"trade.CreateRawTradeRevokeTx","params":[{"sellID":"'"${sellID}"'","fee": 1}]}' -H 'content-type:text/plain;' ${MAIN_HTTP} | jq -r ".error | not")
if [ "${unsignedTx}" == "" ]; then
echo_rst "trade revokeBuy create tx" 1
......
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