fixed FPoW consensus bug

This commit is contained in:
viraladmin 2026-08-01 14:40:22 -06:00
parent 58809af07d
commit 15518f14c3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use tokio::runtime::Builder;
fn main() {
// Linux-specific control commands are handled before any startup work begins.
match handle_control_command() {
Ok(true) => return,
Ok(true) => return,
Ok(false) => {}
Err(e) => {
eprintln!("Control command failed: {e}");