Skip to content

Commit 3a79a60

Browse files
committed
Compat detail: add links to sections
1 parent cf6dcae commit 3a79a60

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_includes/templates/compatibility-page.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
![{{tool.name|escape_once}}]({{tool.logo}}){:.third-party-logo}{:title="{{tool.name}}"}
22

3-
## Replace-by-Fee (RBF)
3+
{:.center}
4+
[Replace-by-Fee](#rbf) \| [Segwit](#segwit)
5+
6+
## Replace-by-Fee (RBF) {#rbf}
47

58
{% assign tested = tool.rbf.tested. %}
69
**Tested**: {% if tested.version != "n/a" %} *version {{tested.version}}* {% endif %} on *{{tested.platforms}}*
@@ -204,7 +207,7 @@ block chain space used, this is the most efficient form of fee bumping.
204207

205208
{% include functions/compat-gallery.md examples=tool.rbf.examples %}
206209

207-
## Segwit Addresses
210+
## Segwit Addresses {#segwit}
208211

209212
Transactions that spend bitcoins secured by segregated witness (segwit) use less
210213
block weight than equivalent non-segwit (legacy) transactions, allowing

0 commit comments

Comments
 (0)