Skip to content

Commit 891011a

Browse files
committed
Update fake protocol parameters #148
1 parent bd1f2a8 commit 891011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-network/mithril-aggregator/src/fake_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn beacon() -> entities::Beacon {
2020
pub fn protocol_parameters() -> entities::ProtocolParameters {
2121
let k = 5;
2222
let m = 100;
23-
let phi_f = 0.2;
23+
let phi_f = 0.65;
2424
entities::ProtocolParameters::new(k, m, phi_f)
2525
}
2626

0 commit comments

Comments
 (0)