提交 3c7cfd2e 编写于 作者: W Wang Zhi

close paydeposit interface until storage network ready

上级 234e9314
......@@ -92,6 +92,8 @@ void hdddeposit::unpaydeppool(account_name user, asset quant) {
void hdddeposit::paydeposit(account_name user, uint64_t minerid, asset quant) {
require_auth(user);
eosio_assert(1 == 2, "can not paydeposit now");
eosio_assert(quant.symbol == CORE_SYMBOL, "must use core asset for hdd deposit.");
eosio_assert( quant.amount > 0, "must use positive quant" );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册