Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Oct 10, 2024
1 parent bc3fe2a commit aa853b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/networks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ pub struct ChainConfig {
pub fip0081_ramp_duration_epochs: u64,
pub f3_bootstrap_epoch: i64,
pub f3_initial_power_table: Cid,
// This will likely be deprecated once F3 is fully bootstrapped to avoid single point network dependencies.
#[cfg_attr(test, arbitrary(gen(|_| Some(libp2p::PeerId::random()))))]
pub f3_manifest_server: Option<libp2p::PeerId>,
}
Expand Down

0 comments on commit aa853b2

Please sign in to comment.