Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/bitcoin/node/channels/channel_peer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class BCN_API channel_peer

private:
// This is protected by strand.
// boost::circular_buffer is included by network.
boost::circular_buffer<system::hash_digest> announced_;
};

Expand Down
1 change: 0 additions & 1 deletion include/bitcoin/node/define.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <memory>
#include <utility>
#include <variant>
#include <boost/circular_buffer.hpp>

/// Pulls in common /node headers (excluding settings/config/parser/full_node).
#include <bitcoin/node/chase.hpp>
Expand Down
Loading