diff --git a/protocol/x/revshare/keeper/revshare.go b/protocol/x/revshare/keeper/revshare.go index c445490c29..9d490cb3bb 100644 --- a/protocol/x/revshare/keeper/revshare.go +++ b/protocol/x/revshare/keeper/revshare.go @@ -48,7 +48,6 @@ func (k Keeper) SetMarketMapperRevShareDetails( store := prefix.NewStore(ctx.KVStore(k.storeKey), []byte(types.MarketMapperRevSharePrefix)) b := k.cdc.MustMarshal(¶ms) store.Set(lib.Uint32ToKey(marketId), b) - return } // Function to retrieve marketmapper revshare details for a market from module store