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.
2 parents 1aa5095 + 5de2fe8 commit 97a8634Copy full SHA for 97a8634
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