Skip to content

Commit

Permalink
network size clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Overkillus committed Nov 24, 2023
1 parent 2a8b712 commit 7c950eb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
//! Some extra quirks which generally should be insignificant:
//! - The malus node will not dispute at session boundaries
//! - The malus node will not dispute blocks it backed itself
//! - Be cautious about the size of the network to make sure disputes are not auto-confirmed
//! (7 validators is the smallest network size as it needs [(7-1)//3]+1 = 3 votes to get
//! confirmed but it only gets 1 from backing and 1 from malus so 2 in total)
//!
//!
//! Attention: For usage with `zombienet` only!
Expand Down

0 comments on commit 7c950eb

Please sign in to comment.