Skip to content

Commit

Permalink
chore: remove left over structs
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m1ef0rd committed Oct 8, 2024
1 parent cb01a23 commit 91cbb5c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pub const ETHEREUM_MAX_ABORTED_BROADCAST_PERSEVERANCE: BroadcastId = 1609;
pub const ARBITRUM_MAX_ABORTED_BROADCAST_PERSEVERANCE: BroadcastId = 665;
pub const POLKADOT_MAX_ABORTED_BROADCAST_PERSEVERANCE: BroadcastId = 634;

pub struct EthereumMigration;
pub struct ArbitrumMigration;

pub fn remove_stale_and_all_older<T: Config<I>, I: 'static>(latest_stale_broadcast: BroadcastId) {
AbortedBroadcasts::<T, I>::mutate(|aborted| {
aborted.retain(|id| id > &latest_stale_broadcast);
Expand Down

0 comments on commit 91cbb5c

Please sign in to comment.