Skip to content

Commit 9dd1d22

Browse files
authored
Merge pull request #963 from evoskuil/master
Update boost config.
2 parents 8a5176a + 738b63e commit 9dd1d22

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/bitcoin/node/channels/channel_peer.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class BCN_API channel_peer
5252

5353
private:
5454
// This is protected by strand.
55+
// boost::circular_buffer is included by network.
5556
boost::circular_buffer<system::hash_digest> announced_;
5657
};
5758

include/bitcoin/node/define.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <memory>
2424
#include <utility>
2525
#include <variant>
26-
#include <boost/circular_buffer.hpp>
2726

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

0 commit comments

Comments
 (0)