[ENG-613]: Linting fixes (#32)
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
This commit is contained in:
co-authored by
Aleksandr Bezobchuk
parent
99b4bc2da2
commit
9e350bc7f7
+7
-7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user