Skip to content

Commit

Permalink
GH-2057 Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Mar 23, 2024
1 parent dac12e5 commit f576797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/block_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ block_state_ptr block_state::create_if_genesis_block(const block_state_legacy& b
result.header_exts = bsp.header_exts;
result.block = bsp.block;
result.activated_protocol_features = bsp.activated_protocol_features;
result.core = finality_core::create_core_for_genesis_block(bsp.block_num()); // [if todo] instant transition is not acceptable
result.core = finality_core::create_core_for_genesis_block(bsp.block_num());

// Calculate Merkel tree root in Savanna way so that it is stored in Leaf Node when building block_state.
auto action_mroot_svnn = calculate_merkle(*bsp.action_receipt_digests);
Expand Down

0 comments on commit f576797

Please sign in to comment.