diff --git a/x/supply/module.go b/x/supply/module.go index f9e45322a..05ae901eb 100644 --- a/x/supply/module.go +++ b/x/supply/module.go @@ -165,7 +165,7 @@ func (AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) { sdr[StoreKey] = simulation.DecodeStore } -// WeightedOperations doesn't return any operation for the nft module. +// WeightedOperations doesn't return any operation for the supply module. func (AppModule) WeightedOperations(_ module.SimulationState) []sim.WeightedOperation { return nil }