-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Description
The option multifundchannel
is totally unclear (to me). I know it's still experimental, but still.
To use it:
"destinations is an array of objects, with the fields". What does an "array of objects" look like? I have no idea. PLEASE ADD AN EXAMPLE! For example, somewhere here.
Is it:
lightning-cli id=123 amount=100000 id=456 amount=150000 feerate=5000perkb
or something like this
lightning-cli destinations={123 100000 456 150000} feerate=5000perkb
Is it JSON related? A simple example would clear it all up.
Also, in the lightning-cli help
add an example. The use of the "=" is also not obvious, could just as well have been a space. I know that now but in the past I had to find that out by googling.
Finally: thanks for all the hard work 😀
manreo