diff --git a/src/node/node.rs b/src/node/node.rs index 04d85cf..4f081a6 100644 --- a/src/node/node.rs +++ b/src/node/node.rs @@ -300,12 +300,6 @@ impl Node { NODE_STATE.starting.store(false, Ordering::Relaxed); first_start = false; } - - // Restart node on running status and 0 peers (usual case for Mobile). - if stats.peer_count == 0 && stats.sync_status == SyncStatus::NoSync { - Node::restart(); - continue; - } } // Reset stratum server start flag.