Skip to content

Commit

Permalink
removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOssun committed Dec 5, 2023
1 parent e65aae4 commit d7c14b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/astar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,11 +1057,6 @@ pub type Executive = frame_executive::Executive<
Migrations,
>;

// Used to cleanup BaseFee storage - remove once cleanup is done.
parameter_types! {
pub const BaseFeeStr: &'static str = "BaseFee";
}

/// All migrations that will run on the next runtime upgrade.
///
/// Once done, migrations should be removed from the tuple.
Expand Down

0 comments on commit d7c14b2

Please sign in to comment.