mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +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. |
||
|---|---|---|
| .. | ||
| backup_task.go | ||
| backup_task_internal_test.go | ||
| candidate_iterator.go | ||
| candidate_iterator_test.go | ||
| client.go | ||
| client_test.go | ||
| derivation.go | ||
| errors.go | ||
| interface.go | ||
| log.go | ||
| session_negotiator.go | ||
| session_queue.go | ||
| stats.go | ||
| task_pipeline.go | ||