Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Read-only with drop-late-block - develop #8559

Merged
merged 1 commit into from Feb 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/producer_plugin/producer_plugin.cpp
Expand Up @@ -196,7 +196,7 @@ class producer_plugin_impl : public std::enable_shared_from_this<producer_plugin
std::set<chain::account_name> _producers;
boost::asio::deadline_timer _timer;
std::map<chain::account_name, uint32_t> _producer_watermarks;
pending_block_mode _pending_block_mode;
pending_block_mode _pending_block_mode = pending_block_mode::speculating;
unapplied_transaction_queue _unapplied_transactions;
fc::optional<named_thread_pool> _thread_pool;

Expand Down