Skip to content

Commit

Permalink
Fix cargo linting with nightly 2023-06-21
Browse files Browse the repository at this point in the history
  • Loading branch information
MCozhusheck committed Aug 9, 2024
1 parent 962c057 commit 9b23d63
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions clients/validator_node_client/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,19 @@ use tari_common_types::types::{FixedHash, PublicKey};
use tari_dan_common_types::{
committee::{Committee, CommitteeInfo},
shard::Shard,
Epoch, PeerAddress, SubstateAddress,
Epoch,
PeerAddress,
SubstateAddress,
};
use tari_dan_storage::{
consensus_models::{
Block, BlockId, Decision, ExecutedTransaction, QuorumDecision, SubstateRecord, TransactionPoolRecord,
Block,
BlockId,
Decision,
ExecutedTransaction,
QuorumDecision,
SubstateRecord,
TransactionPoolRecord,
},
global::models,
Ordering,
Expand Down

0 comments on commit 9b23d63

Please sign in to comment.