mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Add missing wumbo feature bit docs
This commit is contained in:
parent
7eee7974b0
commit
f5e12559b5
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
||||||
//! (see [BOLT-4](https://github.com/lightning/bolts/blob/master/04-onion-routing.md) for more information).
|
//! (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
|
//! - `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).
|
//! (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`
|
//! - `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).
|
//! (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
|
//! - `ChannelType` - node supports the channel_type field in open/accept
|
||||||
|
|
Loading…
Add table
Reference in a new issue