Glossary - Feature Bits

pull/563/head
Imran 4 years ago committed by GitHub
parent c85af67476
commit e6e30e27fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,6 +182,12 @@ ephemeral key::
This increases the security of transported messages or payments.
Even if an ephemeral key leaks, only information about a single payment becomes public.
feature bits::
A binary string that Lightning nodes use to communicate to each other which features they support.
Feature bits are included in many types of communication, such as invoices or channel announcements.
They can be decoded using BOLT #11, and will tell nodes which features the node has enabled, and whether these are backwards-compatible.
Also known as feature flags.
fees::
In the context of Bitcoin, the sender of a transaction includes a fee paid to miners for including the transaction in a block.
In the context of the Lightning Network, nodes will charge routing fees for forwarding other users' payments.

Loading…
Cancel
Save