mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-17 13:22:51 +01:00
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:
parent
5333e5e951
commit
a9729b28d4
@ -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