Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
poorphd committed Sep 10, 2024
1 parent 9abd946 commit e8ce889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/bank/keeper/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (k BaseKeeper) InitGenesis(ctx sdk.Context, genState *types.GenesisState) {
for _, meta := range genState.DenomMetadata {
k.SetDenomMetaData(ctx, meta)
}

Check failure on line 39 in x/bank/keeper/genesis.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofumpt`-ed (gofumpt)
}

// ExportGenesis returns the bank module's genesis state.
Expand Down

0 comments on commit e8ce889

Please sign in to comment.