Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jul 10, 2024
1 parent 444e634 commit 322cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/democracy/distribution/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func NewAppModule(

// BeginBlock implements HasBeginBlocker interface
// The cosmos-sdk/distribution BeginBlocker functionality is replicated here,
// however it no proposer awards are allocated.
// however no proposer awards are allocated.
func (am AppModule) BeginBlock(goCtx context.Context) error {
ctx := sdk.UnwrapSDKContext(goCtx)
defer telemetry.ModuleMeasureSince(distrtypes.ModuleName, time.Now(), telemetry.MetricKeyBeginBlocker)
Expand Down

0 comments on commit 322cb00

Please sign in to comment.