mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
If we both support large channels, we can actually send giant HTLCs. This, in turn, fixes pay (which relies on this field!). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Fixed: Plugins: `pay` now knows it can use locally-connected wumbo channels for large payments. Fixes: #5250 Fixes: #5417