mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 06:35:18 +01:00
BOLT 2: use cross-reference to BOLT3 when we refer to to_local and to_remote
Closes: #421 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6ea6418a92
commit
42a2963a3d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ The receiving node MUST fail the channel if:
|
|||
are not valid DER-encoded compressed secp256k1 pubkeys.
|
||||
- `dust_limit_satoshis` is greater than `channel_reserve_satoshis`.
|
||||
- the funder's amount for the initial commitment transaction is not sufficient for full [fee payment](03-transactions.md#fee-payment).
|
||||
- both `to_local` and `to_remote` amounts for the initial commitment transaction are less than or equal to `channel_reserve_satoshis`.
|
||||
- both `to_local` and `to_remote` amounts for the initial commitment transaction are less than or equal to `channel_reserve_satoshis` (see [BOLT 3](03-transactions.md#commitment-transaction-outputs)).
|
||||
|
||||
The receiving node MUST NOT:
|
||||
- consider funds received, using `push_msat`, to be received until the funding transaction has reached sufficient depth.
|
||||
|
|
Loading…
Add table
Reference in a new issue