Skip to content

Commit

Permalink
GH-1523 Add warning so change is not forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 7, 2023
1 parent 3a4d5ad commit 7a5714d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/include/eosio/chain/block_header_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ namespace detail {
uint32_t dpos_proposed_irreversible_blocknum = 0;
uint32_t dpos_irreversible_blocknum = 0;
producer_authority_schedule active_schedule;
#warning Add to snapshot_block_header_state_v3
uint32_t last_proposed_finalizer_set_generation = 0; // TODO: Add to snapshot_block_header_state_v3
incremental_merkle blockroot_merkle;
flat_map<account_name,uint32_t> producer_to_last_produced;
Expand Down

0 comments on commit 7a5714d

Please sign in to comment.