Skip to content

Commit

Permalink
Update protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 authored Jul 8, 2020
1 parent 441b45e commit 535856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ course of a round.

![Interaction Diagram](diagrams/interaction_diagram.svg)

The Interaction Diagram denotes Satoshi actors those are polling the Coordinator with `GetCoinJoinStatuses` requests. Satoshis are not only participants of the round, but they are any wallet users. This mitigates information learned by the Coordinator about participants of the coinjoins. Every element in the `CoinJoinStatuses[]` array is a status of an alive round. The structure of an element in the returned array is the following:
The Interaction Diagram denotes Satoshi actors those are polling the Coordinator with `CJSTAT` requests. Satoshis are not only participants of the round, but they are any wallet users. This mitigates information learned by the Coordinator about participants of the coinjoins. Every element in the `CoinJoinStatuses[]` array is a status of an alive round. The structure of an element in the returned array is the following:

- `Phase`
- `RoundId`
Expand Down

0 comments on commit 535856f

Please sign in to comment.