Skip to content

Commit

Permalink
docs(baseapp): update function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyeyouyou authored Oct 2, 2024
1 parent 5c4f4ac commit 9efc932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9efc932

Please sign in to comment.