This commit is contained in:
David Terpay
2023-08-21 16:20:07 -04:00
committed by GitHub
parent a4d7dd88cc
commit 6745a20e99
7 changed files with 715 additions and 21 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ func New(
proposalHandler := abci.NewProposalHandler(
app.Logger(),
app.TxConfig().TxDecoder(),
lanes,
mempool,
)
app.App.SetPrepareProposal(proposalHandler.PrepareProposalHandler())
app.App.SetProcessProposal(proposalHandler.ProcessProposalHandler())