mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
bolt07: remove trailing tabs
Tabs or spaces ? Spaces seems to largely beat tabs in this files (and more globally in the repo).
This commit is contained in:
parent
3a0a7fd064
commit
b84d09e076
1 changed files with 26 additions and 27 deletions
|
@ -779,8 +779,7 @@ The receiver of `query_channel_range`:
|
|||
- if it has not sent all `reply_channel_range` to a previously received `query_channel_range` from this sender:
|
||||
- MAY fail the connection.
|
||||
- MUST respond with one or more `reply_channel_range` whose combined range
|
||||
cover the requested `first_blocknum` to `first_blocknum` plus
|
||||
`number_of_blocks` minus one.
|
||||
cover the requested `first_blocknum` to `first_blocknum` plus `number_of_blocks` minus one.
|
||||
- For each `reply_channel_range`:
|
||||
- MUST set with `chain_hash` equal to that of `query_channel_range`,
|
||||
- MUST encode a `short_channel_id` for every open channel it knows in blocks `first_blocknum` to `first_blocknum` plus `number_of_blocks` minus one.
|
||||
|
|
Loading…
Add table
Reference in a new issue