lnd.xprv/lnwallet/btcwallet
Oliver Gugger 73aa40f00e
lnwallet+kvdb: remove duplicate bdb backend imports
We only want to register the bbolt DB backend ("bdb") when we're not
compiling for a JS/WASM build targets. That's why we want to have that
import in only one file that we can add a build tag to. We remove it in
two other places since only one import is enough anyway.
2021-07-22 09:47:36 +02:00
..
blockchain.go btcwallet: lock blockcache for Neutrino GetBlock 2021-04-28 09:46:11 +02:00
btcwallet_rpctest.go make: use low-scrypt to speed up unit-race 2020-12-10 17:42:26 -08:00
btcwallet.go Merge pull request #5333 from wpaulino/incompatible-account-addr-type 2021-05-27 19:06:13 -07:00
config.go lnwallet+kvdb: remove duplicate bdb backend imports 2021-07-22 09:47:36 +02:00
driver.go btcwallet: make blockcache available to BtcWallet 2021-04-28 09:46:11 +02:00
signer.go build: update btcd and btcwallet dependencies 2021-04-05 15:41:04 -07:00