Skip to content

Commit db6e95d

Browse files
committed
Optimize/normalize protocol_explore.
1 parent 82d1160 commit db6e95d

File tree

2 files changed

+163
-162
lines changed

2 files changed

+163
-162
lines changed

include/bitcoin/node/protocols/protocol_explore.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ 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;
129128
database::header_link to_header(const std::optional<uint32_t>& height,
130129
const std::optional<system::hash_cptr>& hash) NOEXCEPT;
131130

0 commit comments

Comments
 (0)