Skip to content

Commit dc5acd8

Browse files
committed
fix app and testutil
1 parent aa421ba commit dc5acd8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ func New(
648648
nil,
649649
app.AuctionKeeper,
650650
app.DLCKeeper,
651+
app.BtcBridgeKeeper,
651652
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
652653
)
653654
lendingModule := lendingmodule.NewAppModule(appCodec, app.LendingKeeper)

testutil/keeper/lending.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func LendingKeeper(t testing.TB) (keeper.Keeper, sdk.Context) {
4949
nil,
5050
app.AuctionKeeper,
5151
app.DLCKeeper,
52+
app.BtcBridgeKeeper,
5253
authority,
5354
)
5455

0 commit comments

Comments
 (0)