docs(baseapp): update function comment (#22047)

This commit is contained in:
tianyeyouyou
2024-10-02 16:42:43 +00:00
committed by GitHub
parent f2c78d68e0
commit e4c5d2b611
+1 -1
View File
@@ -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")