From: Valentine Wallace Date: Sat, 6 Aug 2022 22:23:30 +0000 (-0400) Subject: Add missing wumbo feature bit docs X-Git-Tag: v0.0.111~5^2~4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f5e12559b5770eb7e54244cf520012b547065f86;p=rust-lightning Add missing wumbo feature bit docs --- diff --git a/lightning/src/ln/features.rs b/lightning/src/ln/features.rs index ceb78a4a..820e3165 100644 --- a/lightning/src/ln/features.rs +++ b/lightning/src/ln/features.rs @@ -39,6 +39,8 @@ //! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md) for more information). //! - `BasicMPP` - requires/supports that a node can receive basic multi-part payments //! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md#basic-multi-part-payments) for more information). +//! - `Wumbo` - requires/supports that a node create large channels. Called `option_support_large_channel` in the spec. +//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-open_channel-message) for more information). //! - `ShutdownAnySegwit` - requires/supports that future segwit versions are allowed in `shutdown` //! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md) for more information). //! - `ChannelType` - node supports the channel_type field in open/accept