diff --git a/crypto/ed25519/ed25519.go b/crypto/ed25519/ed25519.go index d66126109c7..320293a1ac7 100644 --- a/crypto/ed25519/ed25519.go +++ b/crypto/ed25519/ed25519.go @@ -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.