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: 0 additions & 1 deletion include/bitcoin/node/protocols/protocol_explore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class BCN_API protocol_explore
std::optional<uint32_t> height) NOEXCEPT;

private:
void send_wire(uint8_t media, system::data_chunk&& data) NOEXCEPT;
database::header_link to_header(const std::optional<uint32_t>& height,
const std::optional<system::hash_cptr>& hash) NOEXCEPT;

Expand Down
Loading
Loading