lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun 777ed104a3
chainfee: create new chainfee package extracting fees from lnwallet
In this commit, we create a new chainfee package, that houses all fee
related functionality used within the codebase. The creation of this new
package furthers our long-term goal of extracting functionality from the
bloated `lnwallet` package into new distinct packages. Additionally,
this new packages resolves a class of import cycle that could arise if a
new package that was imported by something in `lnwallet` wanted to use
the existing fee related functions in the prior `lnwallet` package.
2019-10-31 16:41:57 -07:00
..
blockchain.go lnwallet+chainntnfs: update to use latest neutrino APIs 2019-09-11 05:57:06 -07:00
btcwallet.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
config.go multi: support sync freelist option within btcwallet 2019-10-04 12:19:40 -04:00
driver.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
signer.go lnwallet: modify FetchInputInfo to return additional information for utxos 2019-08-22 13:49:41 -07:00