From d7c14b2d67f4575c4e13566c9cb528f6654417a7 Mon Sep 17 00:00:00 2001 From: PierreOssun Date: Tue, 5 Dec 2023 15:16:40 +0100 Subject: [PATCH] removed line --- runtime/astar/src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 2dc234f4b7..1847dbaba2 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -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.