Skip to content

Commit

Permalink
Fix state root submission actor in README diagram
Browse files Browse the repository at this point in the history
Changed the actor responsible for submitting the new state root and signature from Settlement to Validator. This correction aligns the documentation with the actual process flow.
  • Loading branch information
wkennedy committed Oct 9, 2024
1 parent 8a60df4 commit bfa2dc1
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,7 +86,7 @@ sequenceDiagram
Settlement->>Settlement: Generate proof
Settlement->>Validator: Submit for validation
Validator->>Validator: Verify state transition
Settlement->>MainChain: Submit new state root & signature
Validator->>MainChain: Submit new state root & signature
Validator->>Settlement: Return transaction signature
MainChain->>MainChain: Verify validator's signature
alt Signature is valid
Expand Down

0 comments on commit bfa2dc1

Please sign in to comment.