Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
0xstepit committed Dec 8, 2023
1 parent 170ce96 commit dc23c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ func (app *BaseApp) Close() error {
return nil
}

// ChainID returns the chainID of the BaseApp.
func (app *BaseApp) ChainID() string {
return app.chainID
}

0 comments on commit dc23c72

Please sign in to comment.