You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("swap amount is %d: need to enable option '--large-channels' to swap amounts larger than 2^32 msat", amtMsat)
The text was updated successfully, but these errors were encountered:
grubles
changed the title
CLN defaults to wumbo now. PeerSwap's wumbo / large-channels check is broken.
Latest CLN defaults to wumbo now. PeerSwap's wumbo / large-channels check is broken.
Nov 29, 2023
My PR to upgrade cln on nix go merged NixOS/nixpkgs#270897 . We can update the tests now to find out what else is broken.
Note: the --enable-developer flag got retired so there are no developer builds anymore. Developer features are enabled by the the --developer runtime option. We need to update the tests to do so.
large-channels
is missing, so PeerSwap considers it turned off and won't allow the swap to continue past that check.Even adding
large-channels
to the CLN config does not help.Commenting this line out allows the swap to continue:
peerswap/clightning/clightning.go
Line 187 in c22211a
The text was updated successfully, but these errors were encountered: