Skip to content

Commit

Permalink
remove optional
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 26, 2024
1 parent 787a577 commit 8a7c6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/farm/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Inputs struct {

AccountKeeper types.AccountKeeper
BankKeeper types.BankKeeper
DistrKeeper types.DistrKeeper `optional:"true"`
DistrKeeper types.DistrKeeper
GovKeeper types.GovKeeper
CoinswapKeeper types.CoinswapKeeper

Expand Down

0 comments on commit 8a7c6da

Please sign in to comment.