lnd/lnwallet/btcwallet
Oliver Gugger 485d8f043d
btcwallet: always make sure default scopes exist
If new default scopes are added to the underlying btcwallet
implementation, then they aren't automatically created for _existing_
wallets, only for new ones. So on startup we need to make sure all
scopes are present.
2022-03-30 12:50:16 +02:00
..
blockchain.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
btcwallet_rpctest.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
btcwallet.go btcwallet: always make sure default scopes exist 2022-03-30 12:50:16 +02:00
config.go multi: run gosimports 2022-02-10 11:02:01 +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 input+signer: test wallet script import 2022-03-24 18:02:38 +01:00
psbt.go multi: use prev output fetcher where possible 2022-03-24 18:02:37 +01:00
signer_test.go input+signer: test wallet script import 2022-03-24 18:02:38 +01:00
signer.go multi: add p2tr tapscript key path signing capabilities 2022-03-24 18:02:39 +01:00