Skip to content

Commit

Permalink
Update baseapp/abci_utils.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang authored Sep 2, 2024
1 parent df535d1 commit d7a8b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/abci_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (h *DefaultProposalHandler) PrepareProposalHandler() sdk.PrepareProposalHan
h.mempool.SelectBy(ctx, req.Txs, func(memTx mempool.Tx) bool {
signerData, err := h.signerExtAdapter.GetSigners(memTx.Tx)
if err != nil {
// propogate the error to the caller
// propagate the error to the caller
resError = err
return false
}
Expand Down

0 comments on commit d7a8b1d

Please sign in to comment.