You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run cargo run --bin app -- --dev i get the following error
2024-10-12T02:34:54.079607Z INFO app::app: Running authority
thread 'main' panicked at app/src/engine.rs:240:73:
called Result::unwrap() on an Err value: Json(Error("missing field totalDifficulty", line: 0, column: 0))
The text was updated successfully, but these errors were encountered:
When I run cargo run --bin app -- --dev i get the following error
2024-10-12T02:34:54.079607Z INFO app::app: Running authority
thread 'main' panicked at app/src/engine.rs:240:73:
called
Result::unwrap()
on anErr
value: Json(Error("missing fieldtotalDifficulty
", line: 0, column: 0))The text was updated successfully, but these errors were encountered: