fix(BIP174,BIP375): typo in PSBT_OUT_SP_V0_LABEL

Assuming a by one increment in the keytype of the silent payments output
fields, the following numeral to 0x09 in the hexadecimal system is 0x0a,
not 0x10.
This commit is contained in:
nymius 2025-01-31 12:10:56 -03:00
parent 5333e5e951
commit a9729b28d4
2 changed files with 2 additions and 2 deletions

View File

@ -715,7 +715,7 @@ required for aggregation. If sorting was done, then the keys must be in the sort
| [[bip-0375.mediawiki|375]]
|-
| Silent Payment Label
| <tt>PSBT_OUT_SP_V0_LABEL = 0x10</tt>
| <tt>PSBT_OUT_SP_V0_LABEL = 0x0a</tt>
| None
| No key data
| <tt><32-bit little endian uint label></tt>

View File

@ -128,7 +128,7 @@ The new per-output types are defined as follows:
| 2
|-
| Silent Payment Label
| <tt>PSBT_OUT_SP_V0_LABEL = 0x10</tt>
| <tt>PSBT_OUT_SP_V0_LABEL = 0x0a</tt>
| None
| No key data
| <tt><32-bit little endian uint label></tt>