lnd.xprv/lnwallet/btcwallet
Wilmer Paulino c7bdfe149a
lnwallet/btcwallet: remove internal utxoCache
The cache wasn't really serving a purpose as FetchInputInfo isn't known
to be a hot path. Also, with a planned addition of returning the
confirmation status of an output within FetchInputInfo in a later
commit, caching won't be useful as we'll have to go to disk anyway to
determine the confirmation status.
2019-08-22 13:49:39 -07:00
..
blockchain.go lnwallet/btcwallet: provide cancel chan as neutrino QuitChan option 2019-05-09 14:44:52 +02:00
btcwallet.go lnwallet/btcwallet: remove internal utxoCache 2019-08-22 13:49:39 -07:00
config.go lnwallet+chainregistry: remove unused FeeEstimator from wallet cfg 2019-04-16 14:16:56 -07:00
driver.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
signer.go lnwallet/btcwallet: remove internal utxoCache 2019-08-22 13:49:39 -07:00