1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 14:22:46 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell be3b72b768 BOLT 2: rename open_channel's max-num-htlcs to max-accepted-htlcs.
This is what it actually is (and how it's documented): you can't control
the total since both sides can add at the same time, you can only tell
the other side how many *it* can add, and control how many you add.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-11-25 10:31:47 +10:30
00-introduction.md Add CC-BY. 2016-11-23 06:22:59 +10:30
01-messaging-crypto-and-init.md BOLT 1: clarify handshake by making components more explicit 2016-11-24 15:06:13 -06:00
02-peer-protocol.md BOLT 2: rename open_channel's max-num-htlcs to max-accepted-htlcs. 2016-11-25 10:31:47 +10:30
03-transactions.md BOLT 3: fix witness scripts 2016-11-24 11:05:31 +10:30
04-onion-routing.md Add CC-BY. 2016-11-23 06:22:59 +10:30
05-onchain.md Add CC-BY. 2016-11-23 06:22:59 +10:30
06-irc-announcements.md Add CC-BY. 2016-11-23 06:22:59 +10:30
07-routing-gossip.md Merge pull request #16 from lightningnetwork/flags-in-routing 2016-11-24 16:26:45 +10:30
README.md Add CC-BY. 2016-11-23 06:22:59 +10:30

Lightning Network In-Progress Specifications

The specifications are currently a work-in-progress and currently being drafted.

Pull requests and comments welcome, seeking input from community stakeholders.

Discussion available on the lighting-dev mailing list.

Start here for Table of Contents

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.