提交 763b358b 编写于 作者: K Khaled Al-Hassanieh

Small fix

上级 947b08cd
......@@ -20,7 +20,7 @@ void apply_context::exec_one()
(*native)(*this);
}
if (a.code.size() > 0 && !(act.name == N(setcode) && receiver == config::system_account_name)) {
if (a.code.size() > 0 && !(act.name == N(setcode) && act.account == config::system_account_name)) {
try {
mutable_controller.get_wasm_interface().apply(a.code_version, a.code, *this);
} catch ( const wasm_exit& ){}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册