libbitcoin / libbitcoin-network

Bitcoin P2P Network Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement get_address message response.

evoskuil opened this issue · comments

Currently we send only our own address.

Also capture the peer's address in our address pool when protocol_address_31402 starts up.

This is required for our nodes to operate as seeds.

Complete