Skip to content

Commit

Permalink
Delint.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jun 27, 2024
1 parent 112c403 commit e3065e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions include/bitcoin/node/protocols/protocol_block_in_31800.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class BCN_API protocol_block_in_31800
protocol_block_in_31800(const SessionPtr& session,
const channel_ptr& channel) NOEXCEPT
: protocol_performer(session, channel),
maximum_concurrency_(session->config().node.maximum_concurrency_()),
top_checkpoint_height_(
session->config().bitcoin.top_checkpoint().height()),
block_type_(session->config().network.witness_node() ?
Expand Down Expand Up @@ -92,7 +91,6 @@ class BCN_API protocol_block_in_31800
const job::ptr& job) NOEXCEPT;

// These are thread safe.
const size_t maximum_concurrency_;
const size_t top_checkpoint_height_;
const network::messages::inventory::type_id block_type_;

Expand Down
2 changes: 1 addition & 1 deletion src/chasers/chaser_populate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ code chaser_populate::start() NOEXCEPT
}

bool chaser_populate::handle_event(const code&, chase event_,
event_value value) NOEXCEPT
event_value) NOEXCEPT
{
if (closed())
return false;
Expand Down

0 comments on commit e3065e6

Please sign in to comment.