777ed104a3
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. |
||
---|---|---|
.. | ||
client_chan_summary.go | ||
client_db_test.go | ||
client_db.go | ||
client_session.go | ||
codec_test.go | ||
codec.go | ||
db_common.go | ||
log.go | ||
session_id.go | ||
session_info.go | ||
session_state_update.go | ||
tower_db_test.go | ||
tower_db.go | ||
tower.go | ||
version.go |