Merge pull request #1754 from nymius/fix/typo-in-PSBT_OUT_SP_V0_LABEL-in-BIP-375-and-BIP-174

This commit is contained in:
Jon Atack
2025-02-06 10:20:20 -08:00
committed by GitHub
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]] | [[bip-0375.mediawiki|375]]
|- |-
| Silent Payment Label | Silent Payment Label
| <tt>PSBT_OUT_SP_V0_LABEL = 0x10</tt> | <tt>PSBT_OUT_SP_V0_LABEL = 0x0a</tt>
| None | None
| No key data | No key data
| <tt><32-bit little endian uint label></tt> | <tt><32-bit little endian uint label></tt>

View File

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