Removing unused variable confirmation_request_delay (#4259)
This commit is contained in:
parent
47568010c0
commit
0684051ea1
2 changed files with 0 additions and 4 deletions
|
@ -6,8 +6,6 @@
|
|||
|
||||
#include <boost/format.hpp>
|
||||
|
||||
std::chrono::milliseconds constexpr nano::block_processor::confirmation_request_delay;
|
||||
|
||||
nano::block_processor::block_processor (nano::node & node_a, nano::write_database_queue & write_database_queue_a) :
|
||||
next_log (std::chrono::steady_clock::now ()),
|
||||
node (node_a),
|
||||
|
|
|
@ -40,8 +40,6 @@ public:
|
|||
void process_blocks ();
|
||||
|
||||
std::atomic<bool> flushing{ false };
|
||||
// Delay required for average network propagartion before requesting confirmation
|
||||
static std::chrono::milliseconds constexpr confirmation_request_delay{ 1500 };
|
||||
|
||||
public: // Events
|
||||
using processed_t = std::pair<nano::process_return, std::shared_ptr<nano::block>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue