Skip to content

Commit

Permalink
Merge pull request #1142 from bitshares/1136-block-size-note
Browse files Browse the repository at this point in the history
Added a comment to block_header struct #1136
  • Loading branch information
abitmore authored Jul 21, 2018
2 parents de07497 + cad11bb commit e49d777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/chain/include/graphene/chain/protocol/block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ namespace graphene { namespace chain {
fc::time_point_sec timestamp;
witness_id_type witness;
checksum_type transaction_merkle_root;
// Note: when we need to add data to `extensions`, remember to review `database::_generate_block()`.
// More info in https://github.com/bitshares/bitshares-core/issues/1136
extensions_type extensions;

static uint32_t num_from_id(const block_id_type& id);
Expand Down

0 comments on commit e49d777

Please sign in to comment.