Skip to content

Commit

Permalink
Update transaction signature return in README diagram
Browse files Browse the repository at this point in the history
This commit updates the sequence diagram in the README file to clarify the step where the validator returns the transaction signature to the settlement. The previous description was misleading as it mentioned a 'signed approval' instead. This change improves accuracy and ensures clear understanding of the process.
  • Loading branch information
wkennedy committed Oct 9, 2024
1 parent b235119 commit 8a60df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ sequenceDiagram
Settlement->>Settlement: Generate proof
Settlement->>Validator: Submit for validation
Validator->>Validator: Verify state transition
Validator->>Settlement: Return signed approval
Settlement->>MainChain: Submit new state root & signature
Validator->>Settlement: Return transaction signature
MainChain->>MainChain: Verify validator's signature
alt Signature is valid
MainChain->>MainChain: Update state root
Expand Down

0 comments on commit 8a60df4

Please sign in to comment.