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 - 1.8 #8558

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/producer_plugin/producer_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,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;
transaction_id_with_expiry_index _persistent_transactions;
fc::optional<named_thread_pool> _thread_pool;

Expand Down