Skip to content

Commit

Permalink
Added a comment to block_header struct #1136
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored Jul 16, 2018
1 parent dc38201 commit cad11bb
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 cad11bb

Please sign in to comment.