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

Commit 7911def3 authored by 志宏 蔡's avatar 志宏 蔡

fix: correct the checkAdmin() failed when 231 handle 221 tx. --bug=1004753

parent 6214a024
......@@ -4,7 +4,7 @@ Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
*/
package accountmgr
package accountmgr220
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/chainconfigmgr220"
)
const (
......
......@@ -4,7 +4,7 @@ Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
*/
package accountmgr
package accountmgr220
import "chainmaker.org/chainmaker/protocol/v2"
......
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