From 9b064ad8a9805f1ede5f5953a4121e8ef16662ed Mon Sep 17 00:00:00 2001 From: Ezequiel Raynaudo Date: Wed, 29 Nov 2023 09:35:15 -0300 Subject: [PATCH] Split comment --- x/auth/client/cli/tx_sign.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x/auth/client/cli/tx_sign.go b/x/auth/client/cli/tx_sign.go index 9a0054df11fd..280a5fd03a12 100644 --- a/x/auth/client/cli/tx_sign.go +++ b/x/auth/client/cli/tx_sign.go @@ -130,7 +130,8 @@ func makeSignBatchCmd() func(cmd *cobra.Command, args []string) error { } // increment the gas newGasLimit += fe.GetTx().GetGas() - // Individual fee values from each transaction need to be aggregated to calculate the total fee for the batch of transactions. + // Individual fee values from each transaction need to be + // aggregated to calculate the total fee for the batch of transactions. // https://github.com/cosmos/cosmos-sdk/issues/18064 unmergedFees := fe.GetTx().GetFee() for _, fee := range unmergedFees {