Merge PR #5568: godoc: change nft to supply in godoc

This commit is contained in:
Marko 2020-01-24 18:32:15 +01:00 committed by Alexander Bezobchuk
parent b647824716
commit 1b6897ad1b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}