Unverified Commit 3852934c authored by vipwzw's avatar vipwzw Committed by GitHub

Merge pull request #641 from mdj33/issue640_assettransfer_txgroup

平行链assettransfer 交易组 CI case
parents 1c63009b db424262
...@@ -212,7 +212,7 @@ function miner() { ...@@ -212,7 +212,7 @@ function miner() {
sleep 1 sleep 1
echo "=========== # close auto mining =============" echo "=========== # close auto mining ============="
result=$(${1} wallet auto_mine -f 0 | jq ".isok") result=$(${1} wallet auto_mine -f 1 | jq ".isok")
if [ "${result}" = "false" ]; then if [ "${result}" = "false" ]; then
exit 1 exit 1
fi fi
......
This diff is collapsed.
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