Skip to content

Commit 76a9583

Browse files
davidkaplanbitgollm-git
andcommitted
feat(utxo-lib): add BIP322 message subtype to PsbtUtil
Add BIP322_MESSAGE subtype to ProprietaryKeySubtype enum for use in PSBT proprietary keys. Issue: BTC-2361 Co-authored-by: llm-git <[email protected]>
1 parent 88f576e commit 76a9583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/utxo-lib/src/bitgo/PsbtUtil.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export enum ProprietaryKeySubtype {
2121
MUSIG2_PUB_NONCE = 0x02,
2222
MUSIG2_PARTIAL_SIG = 0x03,
2323
PAYGO_ADDRESS_ATTESTATION_PROOF = 0x04,
24+
BIP322_MESSAGE = 0x05,
2425
}
2526

2627
/**

0 commit comments

Comments
 (0)