mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
rpc: use P2TR addresses when sending funds back to wallet (anchor reserve)
This commit is contained in:
parent
b711120dca
commit
bcff2f07de
1 changed files with 1 additions and 1 deletions
|
@ -1330,7 +1330,7 @@ func (r *rpcServer) SendCoins(ctx context.Context,
|
|||
// ensures this is an address the wallet knows about,
|
||||
// allowing us to pass the reserved value check.
|
||||
changeAddr, err := r.server.cc.Wallet.NewAddress(
|
||||
lnwallet.WitnessPubKey, true,
|
||||
lnwallet.TaprootPubkey, true,
|
||||
lnwallet.DefaultAccountName,
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue