lnd/lnwallet/btcwallet
Oliver Gugger 0b4e03f5fc
multi: add golang 1.17 compatible build tags
With go 1.17 a change to the build flags was implemented:
https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md

The formatter now automatically adds the forward-compatible build tag
format and the linter checks for them, so we need to include them in our
code.
2021-09-29 17:31:37 -07:00
..
blockchain.go btcwallet: lock blockcache for Neutrino GetBlock 2021-04-28 09:46:11 +02:00
btcwallet.go Merge pull request #5333 from wpaulino/incompatible-account-addr-type 2021-05-27 19:06:13 -07:00
btcwallet_rpctest.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -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 keychain+lnwallet: when fetching priv keys or signing try to use cache 2021-08-25 18:55:22 -07:00