diff --git a/bridges/modules/grandpa/src/lib.rs b/bridges/modules/grandpa/src/lib.rs index 4569fc2b19fd9..4d4f3bfb7692e 100644 --- a/bridges/modules/grandpa/src/lib.rs +++ b/bridges/modules/grandpa/src/lib.rs @@ -44,7 +44,6 @@ use bp_header_chain::{ }; use bp_runtime::{BlockNumberOf, HashOf, HasherOf, HeaderId, HeaderOf, OwnedBridgeModule}; use frame_support::{dispatch::PostDispatchInfo, ensure, DefaultNoBound}; -use sp_consensus_grandpa::SetId; use sp_runtime::{ traits::{Header as HeaderT, Zero}, SaturatedConversion, @@ -527,7 +526,7 @@ pub mod pallet { fn may_refund_call_fee, I: 'static>( finality_target: &BridgedHeader, justification: &GrandpaJustification>, - current_set_id: SetId, + current_set_id: sp_consensus_grandpa::SetId, improved_by: BridgedBlockNumber, ) -> bool { // if we have refunded too much at this block => not refunding