Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jan 23, 2024
1 parent 9fe2d43 commit 41ce0c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions baseapp/abci_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ import (
protoio "github.com/cosmos/gogoproto/io"
"github.com/cosmos/gogoproto/proto"

"cosmossdk.io/math"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/mempool"
)


type (
// ValidatorStore defines the interface contract require for verifying vote
// extension signatures. Typically, this will be implemented by the x/staking
Expand All @@ -34,7 +31,7 @@ type (
GetGas() uint64
}
)

q

Check failure on line 34 in baseapp/abci_utils.go

View workflow job for this annotation

GitHub Actions / golangci-lint

syntax error: non-declaration statement outside function body) (typecheck)

Check failure on line 34 in baseapp/abci_utils.go

View workflow job for this annotation

GitHub Actions / golangci-lint

syntax error: non-declaration statement outside function body) (typecheck)

Check failure on line 34 in baseapp/abci_utils.go

View workflow job for this annotation

GitHub Actions / golangci-lint

syntax error: non-declaration statement outside function body) (typecheck)

Check failure on line 34 in baseapp/abci_utils.go

View workflow job for this annotation

GitHub Actions / golangci-lint

syntax error: non-declaration statement outside function body) (typecheck)
// ValidateVoteExtensions defines a helper function for verifying vote extension
// signatures that may be passed or manually injected into a block proposal from
// a proposer in PrepareProposal. It returns an error if any signature is invalid
Expand Down

0 comments on commit 41ce0c3

Please sign in to comment.