Skip to content

Commit

Permalink
Update baseapp/abci_utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Sep 2, 2024
1 parent 63e9a80 commit 86a613d
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 @@ -294,7 +294,7 @@ func (h *DefaultProposalHandler) PrepareProposalHandler() sdk.PrepareProposalHan
h.mempool.SelectBy(ctx, req.Txs, func(memTx sdk.Tx) bool {
signerData, err := h.signerExtAdapter.GetSigners(memTx)
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 86a613d

Please sign in to comment.