Skip to content

Commit

Permalink
further simplification and cleaning of diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Dec 6, 2024
1 parent 9abe1dc commit 04ef762
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions server/docs/design/block-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,11 @@ sequenceDiagram
Note over SV,BSM: (6) Compare computed hash and signature
alt (7) Verification Fails
SV->>BSM: (7) updateBlockStatus(blockNumber, ERROR, SIGNATURE_INVALID)
Note over BSM: (9) Recovery for error handling
SV->>BSM: updateBlockStatus(blockNumber, ERROR, SIGNATURE_INVALID
else (8) Verification Succeeds
SV->>BSM: (8) updateBlockStatus(blockNumber, VERIFIED, NONE)
Note over BSM: (9) Follow-up to downstream services
SV->>BSM: updateBlockStatus(blockNumber, VERIFIED, NONE)
end
Note over BSM: (9) Follow-up to downstream services
end
```
Expand Down

0 comments on commit 04ef762

Please sign in to comment.