rpc: use P2TR addresses when sending funds back to wallet (anchor reserve)

This commit is contained in:
Olaoluwa Osuntokun 2022-08-10 18:32:12 -07:00
parent b711120dca
commit bcff2f07de
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -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 {