fix order
This commit is contained in:
parent
88d723219a
commit
838f2b8ca7
@ -395,7 +395,7 @@ func hexify(data []byte) string {
|
|||||||
// extract pubkey from secret key
|
// extract pubkey from secret key
|
||||||
// return as hex
|
// return as hex
|
||||||
func getSignPubkey(sk []byte) string {
|
func getSignPubkey(sk []byte) string {
|
||||||
_, pk := seedToKeyPair(sk)
|
pk, _ := seedToKeyPair(sk)
|
||||||
return hexify(pk)
|
return hexify(pk)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user