Skip to content

Commit

Permalink
chore(e2e): set non-zero slash amount in genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Nov 22, 2024
1 parent 6637423 commit d8a0619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/e2e/src/swarm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ impl SwarmBuilder {
committee_selection_beacon_commit_phase_duration: 10,
committee_selection_beacon_reveal_phase_duration: 10,

committee_selection_beacon_non_reveal_slash_amount: 1000,

..Default::default()
};

Expand Down

0 comments on commit d8a0619

Please sign in to comment.