Skip to content

Commit

Permalink
Update substrate/frame/broker/src/migration.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Kian Paimani <[email protected]>
  • Loading branch information
davidk-pt and kianenigma authored Oct 31, 2024
1 parent cfdab24 commit 5131629
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions substrate/frame/broker/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,7 @@ pub mod v4 {
let updated_config_record = ConfigRecord {
interlude_length: updated_interlude_length,
leadin_length: updated_leadin_length,
advance_notice: config_record.advance_notice,
region_length: config_record.region_length,
ideal_bulk_proportion: config_record.ideal_bulk_proportion,
limit_cores_offered: config_record.limit_cores_offered,
renewal_bump: config_record.renewal_bump,
contribution_timeout: config_record.contribution_timeout,
..config_record
};
Configuration::<T>::put(updated_config_record);
}
Expand Down

0 comments on commit 5131629

Please sign in to comment.