Skip to content

Commit

Permalink
fix: do not limit the bps signing set by constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll authored Apr 22, 2024
1 parent d7d5a02 commit d326144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ impl Protocol {
signatures
.iter()
.zip(epoch_bps.iter())
.take(NUM_BLOCK_PRODUCER_SEATS)
.fold((0, 0), |(total_stake, approved_stake), (sig, vs)| {
let pk = vs.public_key();
let stake = vs.stake();
Expand Down

0 comments on commit d326144

Please sign in to comment.