Skip to content

Commit

Permalink
Update musig-sequence-diagram.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shannona authored Oct 31, 2024
1 parent ae26fc4 commit c5c1b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/musig-sequence-diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ In the **2-of-2 MuSig2 multisig process**, a **Coordinator is not required** bec

The following diagram illustrates the 2-of-2 MuSig2 signing process, showing how Party A and Party B establish a secure connection, exchange their public keys and nonces, and complete the multisig process by combining their partial signatures.

```mermaid
<pre><code class="language-mermaid">
sequenceDiagram
participant Party A
participant Party B
Expand Down Expand Up @@ -152,7 +152,7 @@ sequenceDiagram
Party B->>Party A: [Final Signature B] encrypted with A⇔B key agreement

Note left of Party A: MUSIG2 COMPLETE<br/>2-of-2 MuSig2 signing process finished
```
</code></pre>

---

Expand Down

0 comments on commit c5c1b69

Please sign in to comment.