Add missing wumbo feature bit docs
authorValentine Wallace <vwallace@protonmail.com>
Sat, 6 Aug 2022 22:23:30 +0000 (18:23 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 9 Sep 2022 19:58:24 +0000 (15:58 -0400)
lightning/src/ln/features.rs

index ceb78a4a0d23678ecb26f3aef1da4b42bffe3da9..820e3165f728504a485cc92ea501e14d609ea440 100644 (file)
@@ -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