ElementsProject / lightning

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

askrene: batch create channels #7666

Open Lagrang3 opened 1 week ago

Lagrang3 commented 1 week ago

Modify the RPC call create-channel to be able to add channels in batches. It makes it easier on the client side.

I am not sure if we should follow this road or keep this command simple. I am open to suggestions...