Skip to content

Commit

Permalink
Make protocol.md true to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Oct 4, 2024
1 parent 44f4da7 commit a786804
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docs/dev/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ sequenceDiagram
Chain ->>+ Node A: OnDepositTx utxo
Chain ->>+ Node B: OnDepositTx utxo
Node A -->> Alice: DepositDetected
Node A -->> Alice: CommitRecorded
par Alice isLeader
Node A->>Node A: ReqSn utxoToCommit
and
Node A->>Node B: ReqSn utxoToCommit
end
Node A -->> Alice: CommitRequested
Node A->>Node A: sig = sign snapshot incl. utxoToCommit
par broadcast
Expand All @@ -48,7 +46,7 @@ sequenceDiagram

```mermaid
sequenceDiagram
Alice->>+Node A: DELETE /commits/<tx-in>
Alice->>+Node A: DELETE /commits/<tx-id>
Node A->>Chain: recoverTx
Chain ->>+ Node A: OnRecoverTx utxo
Chain ->>+ Node B: OnRecoverTx utxo
Expand Down

0 comments on commit a786804

Please sign in to comment.