mirror of
https://github.com/lightning/bolts.git
synced 2025-02-24 06:47:56 +01:00
BOLT 2: which->that
Reported-by: Shannon Appelcline Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
7a8a5d88dd
commit
ce4b0f1c9e
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ avoid double-spending of the funding transaction.
|
||||||
|
|
||||||
The receiver:
|
The receiver:
|
||||||
- if the `chain_hash` value, within the `open_channel`, message is set to a hash
|
- if the `chain_hash` value, within the `open_channel`, message is set to a hash
|
||||||
of a chain which is unknown to the receiver:
|
of a chain that is unknown to the receiver:
|
||||||
- MUST reject the channel.
|
- MUST reject the channel.
|
||||||
- if `minimum_depth` is unreasonably large:
|
- if `minimum_depth` is unreasonably large:
|
||||||
- MAY reject the channel.
|
- MAY reject the channel.
|
||||||
|
|
Loading…
Add table
Reference in a new issue