From 2ed6eba41bb28f55dd077f47916588b373d098b2 Mon Sep 17 00:00:00 2001 From: pharr117 Date: Mon, 18 Sep 2023 18:33:08 -0400 Subject: [PATCH] gofumpt --- cosmos/modules/distribution/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cosmos/modules/distribution/types.go b/cosmos/modules/distribution/types.go index 3f27b08..fef35e9 100644 --- a/cosmos/modules/distribution/types.go +++ b/cosmos/modules/distribution/types.go @@ -134,7 +134,6 @@ func (sf *WrapperMsgWithdrawValidatorCommission) HandleMsg(msgType string, msg s // However, lets throw errors up if this case finds an amount because we will need to capture Address info amountRecieved, err := txModule.GetValueForAttribute("amount", withdrawCommissionEvt) - if err != nil { return err }