Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 18, 2025
1 parent c89b253 commit d4fb774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ impl HeaderSyncState {
(None, Some(_)) => Ordering::Greater,
(Some(la), Some(lb)) => la.cmp(&lb),
}
}
}
);
},
});
Self {
sync_peers,
is_synced: false,
Expand Down
1 change: 1 addition & 0 deletions base_layer/core/src/base_node/sync/sync_peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use std::{
fmt::{Display, Formatter},
time::Duration,
};

use primitive_types::U256;
use tari_common_types::chain_metadata::ChainMetadata;
use tari_comms::peer_manager::NodeId;
Expand Down

0 comments on commit d4fb774

Please sign in to comment.