File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 39
39
//! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md) for more information).
40
40
//! - `BasicMPP` - requires/supports that a node can receive basic multi-part payments
41
41
//! (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).
42
44
//! - `ShutdownAnySegwit` - requires/supports that future segwit versions are allowed in `shutdown`
43
45
//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md) for more information).
44
46
//! - `ChannelType` - node supports the channel_type field in open/accept
You can’t perform that action at this time.
0 commit comments