mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 21:32:50 +01:00
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:
commit
ea7aae8d1f
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user