Skip to content

Commit

Permalink
Remove unused SYNC_STATE import from integration tests
Browse files Browse the repository at this point in the history
The SYNC_STATE import was removed from the integration_tests.rs file because it was unused. This was probably a leftover from some previously refactored code, and its presence might have led to confusion, hence it has been removed.
  • Loading branch information
biryukovmaxim committed Aug 26, 2023
1 parent 066ea7a commit dd08356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/integration/src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ use kaspa_hashes::Hash;
use flate2::read::GzDecoder;
use futures_util::future::try_join_all;
use itertools::Itertools;
use kaspa_consensus::sync_state::SYNC_STATE;
use kaspa_consensus_core::config::params::DAAWindowParams;
use kaspa_core::core::Core;
use kaspa_core::info;
Expand Down

0 comments on commit dd08356

Please sign in to comment.