Skip to content

Commit

Permalink
Merge 881a13f into 6d0b313
Browse files Browse the repository at this point in the history
  • Loading branch information
cthulhu-rider authored Sep 20, 2021
2 parents 6d0b313 + 881a13f commit f0437e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/owner/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ func NEO3WalletFromPublicKey(key *ecdsa.PublicKey) (*NEO3Wallet, error) {
}

neoPublicKey := keys.PublicKey{
X: key.X,
Y: key.Y,
Curve: key.Curve,
X: key.X,
Y: key.Y,
}

d, err := base58.Decode(neoPublicKey.Address())
Expand Down

0 comments on commit f0437e9

Please sign in to comment.