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

@@ -653,6 +653,10 @@ Work in progress:
* 0.2.0: 2025-02-21: change costs to match those in varops budget
* 0.1.0: 2025-09-27: first public posting
==Footnotes==
<references/>
==Thanks==
This BIP would not exist without the thoughtful contributions of coders who