Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7619 from EOSIO/feature/1.8.1-security-omnibus
Browse files Browse the repository at this point in the history
Consolidated Security Fixes for 1.8.1
  • Loading branch information
arhag authored Jul 9, 2019
2 parents a679a40 + b0bb7f5 commit 2ea6540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/block_header_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace eosio { namespace chain {
} else {
result.active_schedule = active_schedule;
result.producer_to_last_produced = producer_to_last_produced;
result.producer_to_last_produced[prokey.producer_name] = block_num;
result.producer_to_last_produced[prokey.producer_name] = result.block_num;
result.producer_to_last_implied_irb = producer_to_last_implied_irb;
result.producer_to_last_implied_irb[prokey.producer_name] = dpos_proposed_irreversible_blocknum;
}
Expand Down

0 comments on commit 2ea6540

Please sign in to comment.