We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa320e commit 0d9a247Copy full SHA for 0d9a247
consensus/istanbul/protocol.go
@@ -54,8 +54,3 @@ const (
54
func IsIstanbulMsg(msg p2p.Msg) bool {
55
return msg.Code >= ConsensusMsg && msg.Code <= ValidatorHandshakeMsg
56
}
57
-
58
-// IsGossipedMsg specifies which messages should be gossiped throughout the network (as opposed to directly sent to a peer).
59
-func IsGossipedMsg(msgCode uint64) bool {
60
- return msgCode == QueryEnodeMsg || msgCode == VersionCertificatesMsg
61
-}
0 commit comments