Skip to content

Commit

Permalink
Lint fix from merged code
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Sep 6, 2024
1 parent 095a9f3 commit 6bd441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaspad/src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use kaspa_consensus_core::{
errors::config::{ConfigError, ConfigResult},
};
use kaspa_consensus_notify::{root::ConsensusNotificationRoot, service::NotifyService};
use kaspa_core::{core::Core, debug, info};
use kaspa_core::{core::Core, debug, info, trace};
use kaspa_core::{kaspad_env::version, task::tick::TickService};
use kaspa_database::{
prelude::{CachePolicy, DbWriter, DirectDbWriter},
Expand Down

0 comments on commit 6bd441a

Please sign in to comment.