[ENG-613]: Linting fixes (#32)

Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
This commit is contained in:
David Terpay
2023-03-20 16:58:19 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent 99b4bc2da2
commit 9e350bc7f7
9 changed files with 18 additions and 29 deletions
+7 -7
View File
@@ -114,15 +114,15 @@ func (h *ProposalHandler) PrepareProposalHandler() sdk.PrepareProposalHandler {
selectedTxs = append(selectedTxs, refTxRaw)
}
break selectBidTxLoop
} else {
h.logger.Info(
"failed to select auction bid tx; tx size is too large; skipping auction",
"tx_size", bidTxSize,
"max_size", req.MaxTxBytes,
)
break selectBidTxLoop
}
h.logger.Info(
"failed to select auction bid tx; tx size is too large; skipping auction",
"tx_size", bidTxSize,
"max_size", req.MaxTxBytes,
)
break selectBidTxLoop
}
iterator := h.mempool.Select(ctx, req.Txs)