Skip to content

Commit

Permalink
Update QueryServer interface check
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeauregard committed Nov 12, 2024
1 parent 5f3f935 commit 3c5deb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/rollup/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Querier struct {
Keeper
}

var _ types.QueryServer = (*Keeper)(nil)
var _ types.QueryServer = &Keeper{}

func NewQuerier(keeper *Keeper) Querier {
return Querier{Keeper: *keeper}
Expand Down

0 comments on commit 3c5deb9

Please sign in to comment.