Skip to content

Commit

Permalink
Update baseapp/abci.go
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
  • Loading branch information
rootulp and cmwaters authored Nov 14, 2023
1 parent ef5a6b8 commit a7f70fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (app *BaseApp) DeliverTx(req abci.RequestDeliverTx) (res abci.ResponseDeliv
}
}

// PrepareProposal fullfills the celestia-core version of the ACBI interface. It
// PrepareProposal fullfills the celestia-core version of the ABCI interface. It
// allows for arbitrary processing steps before transaction data is included in
// the block.
func (app *BaseApp) PrepareProposal(req abci.RequestPrepareProposal) abci.ResponsePrepareProposal {
Expand Down

0 comments on commit a7f70fa

Please sign in to comment.