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 8a5176a commit 738b63eCopy full SHA for 738b63e
include/bitcoin/node/channels/channel_peer.hpp
@@ -52,6 +52,7 @@ class BCN_API channel_peer
52
53
private:
54
// This is protected by strand.
55
+ // boost::circular_buffer is included by network.
56
boost::circular_buffer<system::hash_digest> announced_;
57
};
58
include/bitcoin/node/define.hpp
@@ -23,7 +23,6 @@
23
#include <memory>
24
#include <utility>
25
#include <variant>
26
-#include <boost/circular_buffer.hpp>
27
28
/// Pulls in common /node headers (excluding settings/config/parser/full_node).
29
#include <bitcoin/node/chase.hpp>
0 commit comments