fixed FPoW consensus bug
This commit is contained in:
parent
58809af07d
commit
15518f14c3
|
|
@ -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}");
|
||||
|
|
|
|||
Loading…
Reference in New Issue