lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
148 stars 78 forks source link

Move `Config` and associated `const`s to dedicated`config.rs` #253

Closed tnull closed 8 months ago

tnull commented 8 months ago

Based on #250.

... as we're about to add a bunch more stuff for Anchors, it improves readability to split these out to their own module.

This is a simple code move as a prefactor to #141, just splitting it out to be able to land it separately, hopefully avoiding too many rebase conflicts.

tnull commented 8 months ago

Rebased after #250 has been merged.