diff --git a/bin/darkfid/src/main.rs b/bin/darkfid/src/main.rs index e2b43aff2..a328aa515 100644 --- a/bin/darkfid/src/main.rs +++ b/bin/darkfid/src/main.rs @@ -201,7 +201,7 @@ impl Darkfid { async_daemonize!(realmain); async fn realmain(args: Args, ex: Arc>) -> Result<()> { - if args.clock_sync { + if args.consensus && args.clock_sync { // We verify that the system clock is valid before initializing if (check_clock().await).is_err() { error!("System clock is invalid, terminating...");