PSBT_GLOBAL_GENERIC_SIGNED_MESSAGE
This commit is contained in:
parent
5460f276bf
commit
3d1dfa858b
@ -112,6 +112,8 @@ PSBT_GLOBAL_FALLBACK_LOCKTIME = const(0x03)
|
||||
PSBT_GLOBAL_INPUT_COUNT = const(0x04)
|
||||
PSBT_GLOBAL_OUTPUT_COUNT = const(0x05)
|
||||
PSBT_GLOBAL_TX_MODIFIABLE = const(0x06)
|
||||
# BIP-322
|
||||
PSBT_GLOBAL_GENERIC_SIGNED_MESSAGE = const(0x09)
|
||||
|
||||
# INPUTS ===
|
||||
PSBT_IN_NON_WITNESS_UTXO = const(0x00)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user