Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
bao xinyu
vm-native
Commits
7911def3
Commit
7911def3
authored
Dec 19, 2022
by
志宏 蔡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: correct the checkAdmin() failed when 231 handle 221 tx. --bug=1004753
parent
6214a024
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
v220/accountmgr/account_manager.go
v220/accountmgr/account_manager.go
+2
-2
v220/accountmgr/gasManager.go
v220/accountmgr/gasManager.go
+1
-1
No files found.
v220/accountmgr/account_manager.go
View file @
7911def3
...
...
@@ -4,7 +4,7 @@ Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
*/
package
accountmgr
package
accountmgr
220
import
(
"encoding/hex"
...
...
@@ -22,7 +22,7 @@ import (
"chainmaker.org/chainmaker/protocol/v2"
"chainmaker.org/chainmaker/utils/v2"
"chainmaker.org/chainmaker/vm-native/v2/common"
chainconfigmgr220
"chainmaker.org/chainmaker/vm-native/v2/v220/chainconfigmgr"
"chainmaker.org/chainmaker/vm-native/v2/v220/chainconfigmgr
220
"
)
const
(
...
...
v220/accountmgr/gasManager.go
View file @
7911def3
...
...
@@ -4,7 +4,7 @@ Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
*/
package
accountmgr
package
accountmgr
220
import
"chainmaker.org/chainmaker/protocol/v2"
...
...
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