We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1f2a8 commit 891011aCopy full SHA for 891011a
mithril-network/mithril-aggregator/src/fake_data.rs
@@ -20,7 +20,7 @@ pub fn beacon() -> entities::Beacon {
20
pub fn protocol_parameters() -> entities::ProtocolParameters {
21
let k = 5;
22
let m = 100;
23
- let phi_f = 0.2;
+ let phi_f = 0.65;
24
entities::ProtocolParameters::new(k, m, phi_f)
25
}
26
0 commit comments