Skip to content

Commit

Permalink
add getter for ChainID
Browse files Browse the repository at this point in the history
  • Loading branch information
0xstepit committed Dec 8, 2023
1 parent ab1087a commit 170ce96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1074,3 +1074,7 @@ func NoOpProcessProposal() sdk.ProcessProposalHandler {
func (app *BaseApp) Close() error {
return nil
}

func (app *BaseApp) ChainID() string {
return app.chainID
}

0 comments on commit 170ce96

Please sign in to comment.