Skip to content

Commit 2d5f9ca

Browse files
authored
Merge pull request #898 from evoskuil/master
Explore protocol fix to filter /header and /hash.
2 parents 730d2c2 + db6e95d commit 2d5f9ca

File tree

2 files changed

+172
-189
lines changed

2 files changed

+172
-189
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)