lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun dc40662770
lnwallet/btcwallet: properly pass in FeeEstimator to btcwallet
This commit fixes a bug wherein the wallet would use the default relay
fee to craft transactions. On testnet, this might be insufficient or be
rejected all together in a mainnet setting. Therefore, we now pass in
the FeeEstimator interface and ensure that it’s consulted in order to
set the relay fee the wallet will use to craft transactions.

Note that this is a hold over until we have true dynamic fee
calculation within lnd which can then be extended to the internal
wallets.
2017-06-07 17:01:27 -07:00
..
blockchain.go lnwallet/btcwallet: fix duplicate imports 2017-06-05 19:41:12 -07:00
btcwallet.go lnwallet/btcwallet: properly pass in FeeEstimator to btcwallet 2017-06-07 17:01:27 -07:00
config.go lnwallet/btcwallet: properly pass in FeeEstimator to btcwallet 2017-06-07 17:01:27 -07:00
driver.go lnwallet/btcwallet: update WalletController imp to latest btcwallet API 2017-04-23 19:19:22 -07:00
signer.go lnwallet/btcwallet: update WalletController imp to latest btcwallet API 2017-04-23 19:19:22 -07:00