Skip to content

Commit

Permalink
docs: Add todo to send trade error in case the coordiantor fails in t…
Browse files Browse the repository at this point in the history
…he protocol.
  • Loading branch information
holzeis committed May 4, 2024
1 parent 3ac6226 commit 44893d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coordinator/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ impl Node {
);
}

// TODO(holzeis): Send TradeError to user in case the coordinator failed to process
// the users message

tracing::error!(
from = %node_id,
kind = %msg_name,
Expand Down

0 comments on commit 44893d5

Please sign in to comment.