diff --git a/baseapp/options.go b/baseapp/options.go index 1d03048f02ec..743d04c5543c 100644 --- a/baseapp/options.go +++ b/baseapp/options.go @@ -367,7 +367,7 @@ func (app *BaseApp) SetPrepareProposal(handler sdk.PrepareProposalHandler) { app.prepareProposal = handler } -// SetCheckTx sets the checkTx function for the BaseApp. +// SetCheckTxHandler sets the checkTx function for the BaseApp. func (app *BaseApp) SetCheckTxHandler(handler sdk.CheckTxHandler) { if app.sealed { panic("SetCheckTx() on sealed BaseApp")