File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
//! - `SCIDPrivacy` - supply channel aliases for routing
60
60
//! (see [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md) for more information).
61
61
//! - `PaymentMetadata` - include additional data in invoices which is passed to recipients in the
62
- //! onion.
63
- //! (see [BOLT-11](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md) for
64
- //! more).
62
+ //! onion.
63
+ //! (see [BOLT-11](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md) for
64
+ //! more).
65
65
//! - `ZeroConf` - supports accepting HTLCs and using channels prior to funding confirmation
66
- //! (see
67
- //! [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-channel_ready-message)
68
- //! for more info).
66
+ //! (see
67
+ //! [BOLT-2](https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-channel_ready-message)
68
+ //! for more info).
69
69
//! - `Keysend` - send funds to a node without an invoice
70
70
//! (see the [`Keysend` feature assignment proposal](https://github.com/lightning/bolts/issues/605#issuecomment-606679798) for more information).
71
71
//! - `Trampoline` - supports receiving and forwarding Trampoline payments
You can’t perform that action at this time.
0 commit comments