From 1b6897ad1bdd7c466836375122db1e9b048afd7d Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 24 Jan 2020 18:32:15 +0100 Subject: [PATCH] Merge PR #5568: godoc: change nft to supply in godoc --- x/supply/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }