docs(baseapp): update function comment (#22047)
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user