Skip to content

Commit

Permalink
Update crypto/keys/secp256r1/pubkey.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Apr 13, 2024
1 parent 5dc4cd7 commit 3022772
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crypto/keys/secp256r1/pubkey.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
package secp256r1

import (
<<<<<<< HEAD
tmcrypto "github.com/cometbft/cometbft/crypto"
=======
"encoding/base64"

cmtcrypto "github.com/cometbft/cometbft/crypto"
>>>>>>> 037cf98f7 (fix: Implement gogoproto customtype to secp256r1 keys (#20027))
tmcrypto "github.com/cometbft/cometbft/crypto"
"github.com/cosmos/gogoproto/proto"

ecdsa "github.com/cosmos/cosmos-sdk/crypto/keys/internal/ecdsa"
Expand Down

0 comments on commit 3022772

Please sign in to comment.