Skip to content

Commit

Permalink
GH-6 Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Apr 30, 2024
1 parent 5adf5f0 commit 51d4488
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 @@ -5246,7 +5246,7 @@ int64_t controller_impl::set_proposed_producers( vector<producer_authority> prod

ilog( "proposed producer schedule with version ${v}", ("v", sch.version) );

// overwrite any existing proposed_schedule set earlier in this block
// store schedule in gpo so it will be rolledback if transaction fails
auto cur_block_num = chain_head.block_num() + 1;
db.modify( gpo, [&]( auto& gp ) {
gp.proposed_schedule_block_num = cur_block_num;
Expand Down

0 comments on commit 51d4488

Please sign in to comment.