mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-21 22:11:56 +01:00
rpcclient: FundRawTransaction bech32m change support
This commit is contained in:
parent
80f5a0ffdf
commit
f4f507f1e6
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,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
|
||||
|
|
Loading…
Add table
Reference in a new issue