Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
T BaaS
vm-native
Commits
7ecd2e38
Commit
7ecd2e38
authored
Feb 22, 2022
by
taifu yuan
🏸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore:go mod tidy
parent
67992970
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
certmgr/cert_alias_manage_contract.go
certmgr/cert_alias_manage_contract.go
+1
-1
No files found.
certmgr/cert_alias_manage_contract.go
View file @
7ecd2e38
...
@@ -532,7 +532,7 @@ func (r *CertManageRuntime) removeFreezeAliasArray(txSimContext protocol.TxSimCo
...
@@ -532,7 +532,7 @@ func (r *CertManageRuntime) removeFreezeAliasArray(txSimContext protocol.TxSimCo
func
(
r
*
CertManageRuntime
)
getFreezeAliasArray
(
txSimContext
protocol
.
TxSimContext
)
([]
string
,
error
)
{
func
(
r
*
CertManageRuntime
)
getFreezeAliasArray
(
txSimContext
protocol
.
TxSimContext
)
([]
string
,
error
)
{
freezeKeyArray
:=
make
([]
string
,
0
)
freezeKeyArray
:=
make
([]
string
,
0
)
freezeKeyArrayBytes
,
err
:=
txSimContext
.
Get
(
certManageContractName
,
freezeKeyArrayBytes
,
err
:=
txSimContext
.
Get
(
certManageContractName
,
[]
byte
(
protocol
.
Cert
Alias
FreezeKey
))
[]
byte
(
protocol
.
CertFreezeKey
))
if
err
!=
nil
{
if
err
!=
nil
{
r
.
log
.
Warnf
(
"txSimContext get CERT_ALIAS_FREEZE err: "
,
err
.
Error
())
r
.
log
.
Warnf
(
"txSimContext get CERT_ALIAS_FREEZE err: "
,
err
.
Error
())
return
nil
,
err
return
nil
,
err
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment