Skip to content

Commit

Permalink
change edge to cdn prefix in naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid5594 committed Nov 6, 2023
1 parent 4912166 commit 7b3c665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pallets/ddc-clusters/src/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pub struct ClusterGovParams<Balance> {
pub validators_share: Perbill,
pub cluster_reserve_share: Perbill,
#[codec(compact)]
pub edge_bond_size: Balance,
pub edge_chill_delay: EraIndex,
pub edge_unbonding_delay: EraIndex,
pub cdn_bond_size: Balance,
pub cdn_chill_delay: EraIndex,
pub cdn_unbonding_delay: EraIndex,
#[codec(compact)]
pub storage_bond_size: Balance,
pub storage_chill_delay: EraIndex,
Expand Down

0 comments on commit 7b3c665

Please sign in to comment.