1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-23 22:46:57 +01:00

BOLT 2: which->that

Reported-by: Shannon Appelcline
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2017-11-29 09:18:51 +10:30
parent 7a8a5d88dd
commit ce4b0f1c9e

View file

@ -226,7 +226,7 @@ avoid double-spending of the funding transaction.
The receiver:
- 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.
- if `minimum_depth` is unreasonably large:
- MAY reject the channel.