Skip to content

Commit 90aa9ae

Browse files
committed
use non zero port
1 parent 12a50ed commit 90aa9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/node_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func verifyProtocol(
7070
// create the version message
7171
myIP := ips.IPPort{
7272
IP: net.IPv6zero,
73-
Port: 0,
73+
Port: 1,
7474
}
7575
now := uint64(time.Now().Unix())
7676
unsignedIP := peer.UnsignedIP{

0 commit comments

Comments
 (0)