mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-13 11:35:52 +01:00
Merge f4f507f1e6
into bb52d7d78d
This commit is contained in:
commit
c7af6d5b28
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue