Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

grandpa: cleanup stale entries in set id session mapping #13237

Merged
Prev Previous commit
Next Next commit
grandpa: remove unused import
  • Loading branch information
andresilva committed Jan 24, 2023
commit 5b07212cc35681955c4e2b4254312477aba344d9
1 change: 0 additions & 1 deletion frame/grandpa/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use frame_support::{
traits::{Get, OnRuntimeUpgrade},
weights::Weight,
};
use sp_runtime::SaturatedConversion;

use crate::{Config, CurrentSetId, SetIdSession, LOG_TARGET};

Expand Down