Skip to content

Commit

Permalink
GH-128 Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed May 13, 2024
1 parent 3f33cc9 commit 70b8fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/include/eosio/chain/snapshot_detail.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ namespace eosio::chain::snapshot_detail {

snapshot_block_state_v7() = default;

// When adding a member initialization here also update block_state(snapshot_block_state_v7) constructor
explicit snapshot_block_state_v7(const block_state& bs)
: block_id(bs.block_id)
, header(bs.header)
Expand Down

0 comments on commit 70b8fb9

Please sign in to comment.