Skip to content

Commit aedb871

Browse files
authored
Merge pull request #68 from jrakibi/address-boss-students-feedback
fix musig equation UI
2 parents 850a516 + 2c502d1 commit aedb871

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

decoding/musig.mdx

+2-4
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,8 @@ Where:
438438

439439
The final aggregate signature is:
440440

441-
<code>
442-
(R<span className="text-xs align-sub">agg</span>, s
443-
<span className="text-xs align-sub">agg</span>)
444-
</code>
441+
**(R<span className="text-xs align-sub">agg</span>, s
442+
<span className="text-xs align-sub">agg</span>)**
445443

446444
This pair can be verified using <code>P<span className="text-xs align-sub">agg</span></code> and the message `m`.
447445

decoding/network-propagation.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ order: 308
99
icon: "FaClipboardList"
1010
images: ["/bitcoin-topics/static/images/topics/thumbnails/musig-thumbnail.webp"]
1111
---
12+
13+
(Coming Soon)

decoding/technical-foundation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ children:
1616
- compact-size
1717
---
1818

19-
(coming soon)
19+
(coming soon)

0 commit comments

Comments
 (0)