Skip to content

Commit

Permalink
address pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
testinginprod committed Aug 29, 2024
1 parent 3320e85 commit 33cb6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/accounts/defaults/base/pubkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"
"strings"

"cosmossdk.io/core/transaction"
gogoproto "github.com/cosmos/gogoproto/proto"
dcrd_secp256k1 "github.com/decred/dcrd/dcrec/secp256k1/v4"

Expand All @@ -14,7 +15,7 @@ import (

// PubKey defines a generic pubkey.
type PubKey interface {
gogoproto.Message
transaction.Msg
VerifySignature(msg, sig []byte) bool
}

Expand Down

0 comments on commit 33cb6b6

Please sign in to comment.