Skip to content

Commit 3e6e7e3

Browse files
committed
fix
1 parent 540a0e6 commit 3e6e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discover/v4wire/v4wire.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737

3838
// RPC packet types
3939
const (
40-
PingPacket = iota + 1 // zero is 'reserved'
40+
PingPacket = iota + 100 // zero is 'reserved'
4141
PongPacket
4242
FindnodePacket
4343
NeighborsPacket

0 commit comments

Comments
 (0)