From d7a8b1d20cfbac9e3e58157dbaea77b9791ca756 Mon Sep 17 00:00:00 2001 From: yihuang Date: Mon, 2 Sep 2024 10:48:59 +0800 Subject: [PATCH] Update baseapp/abci_utils.go Signed-off-by: yihuang --- baseapp/abci_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseapp/abci_utils.go b/baseapp/abci_utils.go index 30e3d9a62156..99d0007ce349 100644 --- a/baseapp/abci_utils.go +++ b/baseapp/abci_utils.go @@ -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 }