1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-13 11:09:16 +01:00

BIP-174: Remove PSBT_GLOBAL_SIGHASH_SINGLE_INPUT

This commit is contained in:
Dr Maxim Orlovsky 2022-01-06 12:54:49 +01:00
parent 457e3545ba
commit d16522949d
No known key found for this signature in database
GPG key ID: FFC0250947E5C6F7

View file

@ -171,17 +171,6 @@ The currently defined global types are as follows:
| 2
| [[bip-0370.mediawiki|370]]
|-
| SIGHASH_SINGLE Inputs
| <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07</tt>
| None
| No key data
| <tt><bit vector></tt>
| A bit vector representing which input indexes use SIGHASH_SINGLE. If the bit for an index is set to 1, then the input and output pair at that index are tied together with SIGHASH_SINGLE and must be moved together.
|
| 0
| 2
| [[bip-0370.mediawiki|370]]
|-
| PSBT Version Number
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
| None