Skip to content

Commit

Permalink
fix: tibc keeper compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
towerkyoto committed Aug 24, 2023
1 parent c7a1993 commit d0ce629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ func NewIrisApp(
app.TIBCKeeper = tibckeeper.NewKeeper(
appCodec,
keys[tibchost.StoreKey],
app.GetSubspace(tibchost.ModuleName), app.StakingKeeper,
app.StakingKeeper,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)

app.NFTKeeper = nftkeeper.NewKeeper(
Expand Down

0 comments on commit d0ce629

Please sign in to comment.