We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OnAlert
1 parent 9bf820e commit 8005847Copy full SHA for 8005847
neutrino.go
@@ -1505,12 +1505,6 @@ func NewPeerConfig(sp *ServerPeer) *peer.Config {
1505
OnAddrV2: sp.OnAddrV2,
1506
OnRead: sp.OnRead,
1507
OnWrite: sp.OnWrite,
1508
-
1509
- // Note: The reference client currently bans peers that send alerts
1510
- // not signed with its key. We could verify against their key, but
1511
- // since the reference client is currently unwilling to support
1512
- // other implementations' alert messages, we will not relay theirs.
1513
- OnAlert: nil,
1514
},
1515
NewestBlock: sp.newestBlock,
1516
HostToNetAddress: sp.server.addrManager.HostToNetAddress,
0 commit comments