-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: cln 23.08 multifundchannel + amount:"all" #6664
Comments
i used fundchannel_cancel to get rid of the invalid channels, but it seems some peers still have them and i get |
I can easily reproduce this on regtest:
|
Would be nice if we could set an amount for some peers, and "all" for others. The remainder of the funds would be split between all the "all" peers. |
We tried to put *everything* into the "all" output, which didn't work if there were other outputs! Fixes: ElementsProject#6664 Signed-off-by: Rusty Russell <[email protected]> Changelog-Fixed: JSON-RPC: `multifundchannel` with `all` as an amount works as expected.
I tried a multifundchannel with several nodes and on one of them i specified amount:"all"
it returned with an error:
after decoding the tx i noticed that the output with the "all" amount was using the amount 1.67616105 instead of the "rest" which was supposed to be around 0.08
The text was updated successfully, but these errors were encountered: