dc40662770
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. |
||
---|---|---|
.. | ||
blockchain.go | ||
btcwallet.go | ||
config.go | ||
driver.go | ||
signer.go |