lnd/lnwallet/rpcwallet
Oliver Gugger df1ea46d9e
rpcwallet: fix p2tr inputs in remote signing
The SendOutputs method isn't used very often in our code so the missing
Taproot sighash type wasn't detected before.
Also, a P2TR input will never have a sigScript, so we can explicitly set
that parameter to nil instead of relying on it being nil anyway.
2023-02-07 22:15:13 +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: fix p2tr inputs in remote signing 2023-02-07 22:15:13 +01:00