Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PK89Hush committed Jan 23, 2025
1 parent ee814ad commit b85652b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keys/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func ImportPrivateKey(privKeyHex string, curve types.CurveType) (*KeyPair, error

rawPubKey := ecdsa.PublicKey{X: x, Y: y, Curve: crv}
rawPrivKey := ecdsa.PrivateKey{
PublicKey: rawPubKey,
D: new(big.Int).SetBytes(privKey),
}

Expand Down

0 comments on commit b85652b

Please sign in to comment.