ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.85k stars 902 forks source link

Renepay refactor #7588

Open Lagrang3 opened 2 months ago

Lagrang3 commented 2 months ago

Instead of a global variable for plugin data, retrieve plugin data using libplugin API plugin_get_data.

builds on top of #7574.