@@ -15,6 +15,8 @@ block chain space used, this is the most efficient form of fee bumping.
15
15
16
16
### Receiving support
17
17
18
+ <div markdown =" 1 " class =" compat-list " >
19
+
18
20
{: id ="receive-notification"}
19
21
{% assign rbf = tool.rbf.features. %}
20
22
{% case rbf.receive.notification %}
@@ -101,8 +103,12 @@ block chain space used, this is the most efficient form of fee bumping.
101
103
{% else %} {% include ERROR_42_UNEXPECTED_VALUE %}
102
104
{% endif %}
103
105
106
+ </div >{% comment %}<!-- end: compat-list --> {% endcomment %}
107
+
104
108
### Sending support
105
109
110
+ <div markdown =" 1 " class =" compat-list " >
111
+
106
112
{: id ="send-signals_bip125"}
107
113
{% case rbf.send.signals_bip125 %}
108
114
{% when "true" %}{:.feature-yes}
@@ -189,6 +195,8 @@ block chain space used, this is the most efficient form of fee bumping.
189
195
{% else %} {% include ERROR_42_UNEXPECTED_VALUE %}
190
196
{% endif %}
191
197
198
+ </div >{% comment %}<!-- end: compat-list --> {% endcomment %}
199
+
192
200
### Usability
193
201
194
202
{% include functions/compat-gallery.md examples=tool.rbf.examples %}
@@ -208,6 +216,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
208
216
209
217
### Receive support
210
218
219
+ <div markdown =" 1 " class =" compat-list " >
220
+
211
221
{% assign segwit = tool.segwit.features. %}
212
222
{: id ="segwit-receive-p2sh_wrapped"}
213
223
{% case segwit.receive.p2sh_wrapped %}
@@ -274,8 +284,12 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
274
284
{% else %}{% include ERROR_42_UNEXPECTED_VALUE %}
275
285
{% endcase %}
276
286
287
+ </div >{% comment %}<!-- end: compat-list --> {% endcomment %}
288
+
277
289
### Send support
278
290
291
+ <div markdown =" 1 " class =" compat-list " >
292
+
279
293
{: id ="segwit-send-bech32"}
280
294
{% case segwit.send.bech32 %}
281
295
{% when "true" %}{:.feature-yes}
@@ -332,6 +346,8 @@ segwit transactions to pay less total fee to achieve the same feerate as legacy
332
346
- ** How is sending to segwit v1 addresses handled?** <br >
333
347
{{ segwit.send.segwit_v1 }}
334
348
349
+ </div >{% comment %}<!-- end: compat-list --> {% endcomment %}
350
+
335
351
### Usability
336
352
337
353
{% include functions/compat-gallery.md examples=tool.segwit.examples %}
0 commit comments