1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-09-21 19:04:28 +00:00

bips 89/114/441: add missing Footnotes and references tag (#2289)

* bip-89, bip-114, bip-441: add missing <references/> tag

These three BIPs use <ref> footnotes but never place a <references/>
tag, so GitHub's mediawiki renderer drops the footnote text entirely and
the [n] superscripts link to anchors that do not exist.

Add a Footnotes section as well, so the notes are rendered.

---------

Co-authored-by: Kanan M <kanan@MacBook-Pro-Sanan.local>
This commit is contained in:
Kanan
2026-09-15 02:56:36 +04:00
committed by GitHub
parent aeff23635d
commit 3a13d60ff2
3 changed files with 12 additions and 0 deletions

View File

@@ -374,5 +374,9 @@ uint256 ComputeMerkleRootFromBranch(const uint256& leaf, const std::vector<uint2
== References ==
*[[bip-0141.mediawiki|BIP141 Segregated Witness (Consensus layer)]]
== Footnotes ==
<references/>
== Copyright ==
This document is placed in the public domain.