Skip to content

Commit 9d25d6c

Browse files
Add missing wumbo feature bit docs
1 parent 49d2caa commit 9d25d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/features.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
//! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md) for more information).
4040
//! - `BasicMPP` - requires/supports that a node can receive basic multi-part payments
4141
//! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md#basic-multi-part-payments) for more information).
42+
//! - `Wumbo` - requires/supports that a node create large channels. Called `option_support_large_channel` in the spec.
43+
//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-open_channel-message) for more information).
4244
//! - `ShutdownAnySegwit` - requires/supports that future segwit versions are allowed in `shutdown`
4345
//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md) for more information).
4446
//! - `ChannelType` - node supports the channel_type field in open/accept

0 commit comments

Comments
 (0)