Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamer committed Jun 8, 2023
1 parent ea191e5 commit b4c0a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func NewIrisApp(
memKeys: memKeys,
}

app.initRuntime()
app.init()

app.ParamsKeeper = initParamsKeeper(
appCodec,
Expand Down Expand Up @@ -862,7 +862,7 @@ func (app *IrisApp) RegisterTendermintService(clientCtx client.Context) {
)
}

func (app *IrisApp) initRuntime() {
func (app *IrisApp) init() {
eip712.InjectCodec(eip712.Codec{
InterfaceRegistry: app.interfaceRegistry,
Amino: app.legacyAmino,
Expand Down

0 comments on commit b4c0a37

Please sign in to comment.