提交 2d10131a 编写于 作者: N Nathan Hourt

Bugfix: Require authority for eos::lock

上级 8441bc3e
......@@ -161,6 +161,8 @@ void apply_eos_lock(apply_context& context) {
context.require_scope(lock.from);
context.require_scope(config::EosContractName);
context.require_authorization(lock.from);
context.require_recipient(lock.to);
context.require_recipient(lock.from);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册