Skip to content

Commit

Permalink
add a TODO warning to compute_finalizer_digest
Browse files Browse the repository at this point in the history
  • Loading branch information
linh2931 committed Jan 15, 2024
1 parent dd7de54 commit 8d9e230
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 @@ -61,6 +61,7 @@ struct block_header_state {
flat_map<uint32_t, finalizer_policy_ptr> finalizer_policies;

// ------ functions -----------------------------------------------------------------
#warning TDDO https://github.com/AntelopeIO/leap/issues/2080
digest_type compute_finalizer_digest() const { return id; };
block_timestamp_type timestamp() const { return header.timestamp; }
account_name producer() const { return header.producer; }
Expand Down

0 comments on commit 8d9e230

Please sign in to comment.