Skip to content

Commit a9f77b7

Browse files
committed
Collapse explore wire formats.
1 parent 9389780 commit a9f77b7

File tree

2 files changed

+110
-166
lines changed

2 files changed

+110
-166
lines changed

include/bitcoin/node/protocols/protocol_explore.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ class BCN_API protocol_explore
125125
std::optional<uint32_t> height) NOEXCEPT;
126126

127127
private:
128+
void send_wire(uint8_t media, system::data_chunk&& data) NOEXCEPT;
129+
void send_wire(uint8_t media, const system::data_slice& slice) NOEXCEPT;
128130
database::header_link to_header(const std::optional<uint32_t>& height,
129131
const std::optional<system::hash_cptr>& hash) NOEXCEPT;
130132

0 commit comments

Comments
 (0)