A user would like to send funds from an address in multiple transactions until that address has exhausted its balance. Therefore, it would be helpful to be able to specify a change address in SendCoinsRequest. Then the user could do
lncli sendcoins --utxo txid:vout --amount XXX --addr target_address --change_address address_of_txid:vout
Alternatively the user can sign PSBTs to achieve the same.
A user would like to send funds from an address in multiple transactions until that address has exhausted its balance. Therefore, it would be helpful to be able to specify a change address in
SendCoinsRequest. Then the user could doAlternatively the user can sign PSBTs to achieve the same.