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

Commit 7ecd2e38 authored by taifu yuan's avatar taifu yuan 🏸

chore:go mod tidy

parent 67992970
......@@ -532,7 +532,7 @@ func (r *CertManageRuntime) removeFreezeAliasArray(txSimContext protocol.TxSimCo
func (r *CertManageRuntime) getFreezeAliasArray(txSimContext protocol.TxSimContext) ([]string, error) {
freezeKeyArray := make([]string, 0)
freezeKeyArrayBytes, err := txSimContext.Get(certManageContractName,
[]byte(protocol.CertAliasFreezeKey))
[]byte(protocol.CertFreezeKey))
if err != nil {
r.log.Warnf("txSimContext get CERT_ALIAS_FREEZE err: ", err.Error())
return nil, err
......
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