mirror of
https://github.com/lightning/bolts.git
synced 2025-01-19 05:33:37 +01:00
typo fix
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
f5b28a9a24
commit
07ec50602d
@ -277,7 +277,7 @@ The sender:
|
||||
- SHOULD set `minimum_depth` to a number of blocks it considers reasonable to
|
||||
avoid double-spending of the funding transaction.
|
||||
- MUST set `channel_reserve_satoshis` greater than or equal to `dust_limit_satoshis` from the `open_channel` message.
|
||||
- MUST set `dust_limit_satoshis` less than `channel_reserve_satoshis` from th `open_channel` message.
|
||||
- MUST set `dust_limit_satoshis` less than `channel_reserve_satoshis` from the `open_channel` message.
|
||||
|
||||
The receiver:
|
||||
- if the `chain_hash` value, within the `open_channel`, message is set to a hash
|
||||
|
Loading…
Reference in New Issue
Block a user