We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63b06b commit 5de2fe8Copy full SHA for 5de2fe8
decoding/musig.mdx
@@ -438,10 +438,9 @@ Where:
438
### Final Signature
439
440
The final aggregate signature is:
441
+<code>(R<span className="text-xs align-sub">agg</span>, s<span className="text-xs align-sub">agg</span>)</code>
442
-`(R<span className="text-xs align-sub">agg</span>, s<span className="text-xs align-sub">agg</span>)`
443
-
444
-This pair can be verified using `P<span className="text-xs align-sub">agg</span>` and the message `m`.
+This pair can be verified using <code>P<span className="text-xs align-sub">agg</span></code> and the message `m`.
445
446
---
447
0 commit comments