Skip to content

Commit

Permalink
Split comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Nov 29, 2023
1 parent f98caf6 commit 9b064ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/auth/client/cli/tx_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9b064ad

Please sign in to comment.