This commit is contained in:
Matt Leon 2025-02-17 10:07:58 +01:00 committed by GitHub
commit c7af6d5b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,8 @@ var (
ChangeTypeP2SHSegWit ChangeType = "p2sh-segwit"
// ChangeTypeBech32 indicates a P2WPKH change address type.
ChangeTypeBech32 ChangeType = "bech32"
// ChangeTypeBech32m indicates a P2TR change address type.
ChangeTypeBech32m ChangeType = "bech32m"
)
// FundRawTransactionOpts are the different options that can be passed to rawtransaction