mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
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. |
||
|---|---|---|
| .. | ||
| backend_mock_test.go | ||
| defaults.go | ||
| defaults_rpctest.go | ||
| fee_estimator_mock_test.go | ||
| log.go | ||
| store.go | ||
| store_mock.go | ||
| store_test.go | ||
| sweeper.go | ||
| sweeper_test.go | ||
| test_utils.go | ||
| txgenerator.go | ||
| txgenerator_test.go | ||
| walletsweep.go | ||
| walletsweep_test.go | ||