Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
consistent import
  • Loading branch information
Michal Swietek committed Dec 22, 2022
commit a299ee57fbf6a93be790bf3ce3f79c924e6e0117
3 changes: 1 addition & 2 deletions finality-aleph/src/abft/current.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ use log::debug;
use sp_blockchain::HeaderBackend;
use sp_runtime::traits::Block;

use super::common::unit_creation_delay_fn;
use crate::{
abft::{NetworkWrapper, SpawnHandleT},
abft::{common::unit_creation_delay_fn, NetworkWrapper, SpawnHandleT},
crypto::Signature,
data_io::{AlephData, OrderedDataInterpreter},
network::data::Network,
Expand Down