Skip to content

Commit 1a67c22

Browse files
committed
Comments on bip155.
1 parent ce24244 commit 1a67c22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/protocols/protocol_version_70002.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
#include <bitcoin/network/protocols/protocol_version_70001.hpp>
2828
#include <bitcoin/network/sessions/sessions.hpp>
2929

30+
// TODO: incorporate "sendaddrv2" into a new protocol_version_70016.
31+
// TODO: sendaddrv2 is a a broken protocol in that it is a formally unversioned
32+
// TODO: message, though Satoshi doesn't send until receiving version >= 70016.
33+
// TODO: must be sent/received before verack (and sent after version receipt).
34+
3035
namespace libbitcoin {
3136
namespace network {
3237

0 commit comments

Comments
 (0)