From 3d1dfa858beb58b8dac37d8c66d7aed2909812f2 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Tue, 19 May 2026 15:16:27 +0200 Subject: [PATCH] PSBT_GLOBAL_GENERIC_SIGNED_MESSAGE --- ckcc/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ckcc/constants.py b/ckcc/constants.py index 20f988d..612ab32 100644 --- a/ckcc/constants.py +++ b/ckcc/constants.py @@ -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)