mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Verify interface compliance using typed nil instead of dereferencing and conversion (#7489)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -4,4 +4,4 @@ import (
|
||||
pb "github.com/prysmaticlabs/prysm/proto/cluster"
|
||||
)
|
||||
|
||||
var _ = pb.PrivateKeyServiceServer(&server{})
|
||||
var _ pb.PrivateKeyServiceServer = (*server)(nil)
|
||||
|
||||
Reference in New Issue
Block a user