Skip to content

Commit

Permalink
remove unused variable _consecutive_production_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dev25519 authored Aug 28, 2018
1 parent 100f397 commit 7e60b16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class witness_plugin : public graphene::app::plugin {

boost::program_options::variables_map _options;
bool _production_enabled = false;
bool _consecutive_production_enabled = false;
uint32_t _required_witness_participation = 33 * GRAPHENE_1_PERCENT;
uint32_t _production_skip_flags = graphene::chain::database::skip_nothing;

Expand Down

0 comments on commit 7e60b16

Please sign in to comment.