Skip to content

Commit

Permalink
nit: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Teja2045 committed Sep 17, 2024
1 parent 57515f7 commit cc8eb14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keeper/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (h *ProofOfBlobProposalHandler) ProcessProposal(_ sdk.Context, req *abci.Re
}

func (k *Keeper) PreBlocker(ctx sdk.Context, req *abci.RequestFinalizeBlock) error {

votingEndHeight := k.GetVotingEndHeightFromStore(ctx, false)
blobStatus := k.GetBlobStatus(ctx)
currentHeight := ctx.BlockHeight()
Expand Down

0 comments on commit cc8eb14

Please sign in to comment.