Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 20, 2024
1 parent fa31f65 commit e81b391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mantis/node/src/bin/mantis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ async fn solve_orders(solver_args: &SolverArgs) {
)
.await;
if stale_orders.len() > 0 {
// need to have function to check count, cause this timeouts
if stale_orders.len() > 0 {
log::warn!(target: "mantis::autopilot", "timedouted orders");
}
Expand Down

0 comments on commit e81b391

Please sign in to comment.