lnd/lnwallet/rpcwallet
Oliver Gugger 5bd3e91750
rpcwallet: pass prev output fetcher into ComputeInputScript
This commit fixes signing of Taproot inputs when some of the other
inputs of the transaction are not known to the wallet (such as a Pool
account for example).
If we want to sign for a Taproot (change) input when depositing into a
Pool account the wallet won't know the Pool account input. So we need to
make sure we pass it along inside the PrevOutputFetcher (which contains
the UTXO information extracted from the PSBT).
2022-11-11 10:20:09 +01:00
..
healthcheck.go rpcwallet: fix RPC wallet health check connection leak 2022-03-24 14:13:06 +01:00
log.go lnd+lnwallet: add logger for btcwallet+rpcwallet 2022-01-06 13:24:32 +01:00
rpcwallet.go rpcwallet: pass prev output fetcher into ComputeInputScript 2022-11-11 10:20:09 +01:00