lnd/lnwallet/btcwallet
Oliver Gugger bab807a57d
multi: add migrate-wallet-to-watch-only flag
To enable converting an existing wallet with private key material into a
watch-only wallet on first startup with remote signing enabled, we add a
new flag. Since the conversion is a destructive process, this shouldn't
happen automatically just because remote signing is enabled.
2022-01-06 14:35:26 +01:00
..
blockchain.go btcwallet: lock blockcache for Neutrino GetBlock 2021-04-28 09:46:11 +02:00
btcwallet_rpctest.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
btcwallet.go multi: add migrate-wallet-to-watch-only flag 2022-01-06 14:35:26 +01:00
config.go multi: add migrate-wallet-to-watch-only flag 2022-01-06 14:35:26 +01:00
driver.go btcwallet: make blockcache available to BtcWallet 2021-04-28 09:46:11 +02:00
log.go lnd+lnwallet: add logger for btcwallet+rpcwallet 2022-01-06 13:24:32 +01:00
psbt_test.go btcwallet: add SignPsbt 2022-01-06 13:24:32 +01:00
psbt.go btcwallet: add SignPsbt 2022-01-06 13:24:32 +01:00
signer_test.go btcwallet: add method for deriving key from BIP32 path 2022-01-06 13:24:31 +01:00
signer.go lnwallet: add derivation and prev TX to UTXO 2022-01-06 13:24:31 +01:00