Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
xiao pei
vm-native
Commits
ef66cdf9
Commit
ef66cdf9
authored
Jul 18, 2022
by
志宏 蔡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix change publicKeyToAddress to support 3 address type. --bug=1003810
parent
5d490229
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
accountmgr/account_manager.go
accountmgr/account_manager.go
+2
-1
No files found.
accountmgr/account_manager.go
View file @
ef66cdf9
...
@@ -7,13 +7,14 @@ SPDX-License-Identifier: Apache-2.0
...
@@ -7,13 +7,14 @@ SPDX-License-Identifier: Apache-2.0
package
accountmgr
package
accountmgr
import
(
import
(
"chainmaker.org/chainmaker/common/v2/crypto"
"encoding/hex"
"encoding/hex"
"errors"
"errors"
"fmt"
"fmt"
"strconv"
"strconv"
"strings"
"strings"
"chainmaker.org/chainmaker/common/v2/crypto"
"chainmaker.org/chainmaker/common/v2/crypto/asym"
"chainmaker.org/chainmaker/common/v2/crypto/asym"
"chainmaker.org/chainmaker/pb-go/v2/accesscontrol"
"chainmaker.org/chainmaker/pb-go/v2/accesscontrol"
commonPb
"chainmaker.org/chainmaker/pb-go/v2/common"
commonPb
"chainmaker.org/chainmaker/pb-go/v2/common"
...
...
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