Skip to content

Commit

Permalink
use non zero port
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jan 20, 2024
1 parent 12a50ed commit 90aa9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func verifyProtocol(
// create the version message
myIP := ips.IPPort{
IP: net.IPv6zero,
Port: 0,
Port: 1,
}
now := uint64(time.Now().Unix())
unsignedIP := peer.UnsignedIP{
Expand Down

0 comments on commit 90aa9ae

Please sign in to comment.