Skip to content

Commit

Permalink
fixup with p2p_addr_relay.py
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jun 29, 2021
1 parent 82a7811 commit b10aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_addr_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class AddrReceiver(P2PInterface):
def on_addr(self, message):
for addr in message.addrs:
assert_equal(addr.nServices, 9)
assert_equal(addr.nServices, 1)
assert addr.ip.startswith('123.123.123.')
assert (8333 <= addr.port < 8343)

Expand Down

0 comments on commit b10aebf

Please sign in to comment.