Skip to content

Commit 978f3cf

Browse files
Merge pull request #6619 from BitGo/BTC-2361
feat(utxo-lib): add BIP322 message subtype to PsbtUtil
2 parents 88f576e + 76a9583 commit 978f3cf

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)