Skip to content

Commit

Permalink
do not embed keeper interface into keeper struct (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed May 31, 2022
1 parent f435855 commit e15b6f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/gastracker/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ type GasTrackingKeeper interface {
}

type Keeper struct {
GasTrackingKeeper
key sdk.StoreKey
appCodec codec.Codec
paramSpace gastracker.Subspace
Expand Down

0 comments on commit e15b6f5

Please sign in to comment.