1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-09 15:23:09 +00:00

Escape pipe character in markdown table (#2095)

This commit is contained in:
Paul Miller 2026-02-04 16:39:50 -06:00 committed by GitHub
parent 57869d524a
commit 10c7888885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,15 +95,15 @@ operation.
| `ALL` | `0b11111111` | | `ALL` | `0b11111111` |
| `SINGLE` | `0b11110111` | | `SINGLE` | `0b11110111` |
| `NONE` | `0b11110011` | | `NONE` | `0b11110011` |
| `ALL|ANYONECANPAY` | `0b11111101` | | `ALL\|ANYONECANPAY` | `0b11111101` |
| `SINGLE|ANYONECANPAY` | `0b11110101` | | `SINGLE\|ANYONECANPAY` | `0b11110101` |
| `NONE|ANYONECANPAY` | `0b11110001` | | `NONE\|ANYONECANPAY` | `0b11110001` |
| `ALL|ANYPREVOUT` | `0b11101101` | | `ALL\|ANYPREVOUT` | `0b11101101` |
| `SINGLE|ANYPREVOUT` | `0b11100101` | | `SINGLE\|ANYPREVOUT` | `0b11100101` |
| `NONE|ANYPREVOUT` | `0b11100001` | | `NONE\|ANYPREVOUT` | `0b11100001` |
| `ALL|ANYPREVOUTANYSCRIPT` | `0b11001101` | | `ALL\|ANYPREVOUTANYSCRIPT` | `0b11001101` |
| `SINGLE|ANYPREVOUTANYSCRIPT` | `0b11000101` | | `SINGLE\|ANYPREVOUTANYSCRIPT`| `0b11000101` |
| `NONE|ANYPREVOUTANYSCRIPT` | `0b11000001` | | `NONE\|ANYPREVOUTANYSCRIPT` | `0b11000001` |
* If the TxFieldSelector is longer than one byte, the first byte of the TxFieldSelector * If the TxFieldSelector is longer than one byte, the first byte of the TxFieldSelector