fixed FPoW consensus bug
This commit is contained in:
parent
58809af07d
commit
15518f14c3
|
|
@ -16,7 +16,7 @@ use tokio::runtime::Builder;
|
||||||
fn main() {
|
fn main() {
|
||||||
// Linux-specific control commands are handled before any startup work begins.
|
// Linux-specific control commands are handled before any startup work begins.
|
||||||
match handle_control_command() {
|
match handle_control_command() {
|
||||||
Ok(true) => return,
|
Ok(true) => return,
|
||||||
Ok(false) => {}
|
Ok(false) => {}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
eprintln!("Control command failed: {e}");
|
eprintln!("Control command failed: {e}");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue