Skip to content

Commit

Permalink
remove unplanned todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jan 3, 2024
1 parent ea199c5 commit 346435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ struct controller_impl {
head->block = std::make_shared<signed_block>(genheader.header);
};

block_data.apply_dpos<void>(init_blockchain); // [greg todo] assuming here that genesis_state is always dpos
block_data.apply_dpos<void>(init_blockchain); // assuming here that genesis_state is always dpos

db.set_revision( head_block_num() );
initialize_database(genesis);
Expand Down

0 comments on commit 346435b

Please sign in to comment.