Skip to content

Commit

Permalink
Update crypto/ethsecp256k1/ethsecp256k1.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann authored Aug 5, 2024
1 parent 464216d commit 3280821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/ethsecp256k1/ethsecp256k1.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const (
// Amino encoding names
const (
// PrivKeyName defines the amino encoding name for the EthSecp256k1 private key
PrivKeyName = "ethermint/PrivKeyEthSecp256k1"
PrivKeyName = "os/PrivKeyEthSecp256k1"
// PubKeyName defines the amino encoding name for the EthSecp256k1 public key
PubKeyName = "ethermint/PubKeyEthSecp256k1"
PubKeyName = "os/PubKeyEthSecp256k1"
)

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 3280821

Please sign in to comment.