Skip to content

Commit

Permalink
fix: use tendermint for PrivKeyEd25519 and PubKeyEd25519
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Apr 18, 2024
1 parent a41d84a commit c0c4503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/ed25519/ed25519.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ var (
)

const (
PrivKeyName = "cometbft/v38/PrivKeyEd25519"
PubKeyName = "cometbft/v38/PubKeyEd25519"
PrivKeyName = "tendermint/PrivKeyEd25519"
PubKeyName = "tendermint/PubKeyEd25519"
// PubKeySize is is the size, in bytes, of public keys as used in this package.
PubKeySize = 32
// PrivateKeySize is the size, in bytes, of private keys as used in this package.
Expand Down

0 comments on commit c0c4503

Please sign in to comment.