Files
bitcoin/test/functional/p2p_addr_relay.py
stratospher 57bfa864fe test: use static methods and clarify comment in addr_relay
we don't need to send GETADDR for initial self announcement
anymore + can construct addr_receivers using
AddrReceiver(send_getaddr=False).

however we would need to send an empty ADDR message to each
of the addr_receivers to initialise addr relay for inbound
connections. so current code is simpler and we can just
clarify the comment.
2026-03-06 11:09:42 +05:30

20 KiB
Executable File