提交 a64ad9b3 编写于 作者: K Kevin Heifner

Fix for accidental abi change. #702

上级 0991d1f9
......@@ -16,7 +16,7 @@
"name": "account",
"base": "",
"fields": {
"key": "uint64",
"account": "name",
"balance": "uint64"
}
}
......
......@@ -409,6 +409,10 @@ count=`echo $INFO | grep -c "1000000000"`
if [ $count == 0 ]; then
error "FAILURE - get table currency account failed: $INFO"
fi
count=`echo $INFO | grep -c "account"`
if [ $count == 0 ]; then
error "FAILURE - get table currency account failed: $INFO"
fi
# push message to currency contract
INFO="$(programs/eosc/eosc --host $SERVER --port $PORT --wallet-port 8899 push message currency transfer '{"from":"currency","to":"inita","amount":50}' --scope currency,inita --permission currency@active)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册