新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit ad7a2ce6 authored by 志宏 蔡's avatar 志宏 蔡

feat: subtract the gasUsed when multisign agreed. --story=1012541

parent b0cd91a3
...@@ -239,7 +239,9 @@ func (r *MultiSignRuntime) Trig( ...@@ -239,7 +239,9 @@ func (r *MultiSignRuntime) Trig(
ContractEvent: nil, ContractEvent: nil,
} }
} }
//return []byte("OK"), event, nil
// make multiSignInfo can be saved successfully.
contractResult.Code = 0
return contractResult return contractResult
} }
......
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