Closed PeterSurda closed 12 months ago
Hello!
I rebased @glitch's old compatibility branch with the test for addr message.
addr
network.assemble.assemble_addr() becomes protocol.assembleAddrMessage(), the contents of network.constants moved into protocol.
network.assemble.assemble_addr()
protocol.assembleAddrMessage()
network.constants
protocol
Hello!
I rebased @glitch's old compatibility branch with the test for
addr
message.network.assemble.assemble_addr()
becomesprotocol.assembleAddrMessage()
, the contents ofnetwork.constants
moved intoprotocol
.