Skip to content

Commit

Permalink
Update name of private key for ethereum Secp256k1 crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
bermuell committed Jan 6, 2025
1 parent 809f7ba commit 35271d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/secp256k1/secp256k1.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
const (
PrivKeyNameOld = "tendermint/PrivKeySecp256k1"
PubKeyNameOld = "tendermint/PubKeySecp256k1"
PrivKeyName = "comet/PrivKeySecp256k1Uncompressed"
PubKeyName = "comet/PubKeySecp256k1Uncompressed"
PrivKeyName = "cometbft/PrivKeySecp256k1eth"
PubKeyName = "cometbft/PubKeySecp256k1eth"

KeyType = "secp256k1"
PrivKeySize = 32
Expand Down

0 comments on commit 35271d8

Please sign in to comment.