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

Commit ef66cdf9 authored by 志宏 蔡's avatar 志宏 蔡

fix change publicKeyToAddress to support 3 address type. --bug=1003810

parent 5d490229
...@@ -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"
......
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