We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce24244 commit 1a67c22Copy full SHA for 1a67c22
src/protocols/protocol_version_70002.cpp
@@ -27,6 +27,11 @@
27
#include <bitcoin/network/protocols/protocol_version_70001.hpp>
28
#include <bitcoin/network/sessions/sessions.hpp>
29
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
+
35
namespace libbitcoin {
36
namespace network {
37
0 commit comments