mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-16 03:24:23 +01:00
common: fix up BOLT 2 references.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
8553edb7e2
commit
90c583f464
@@ -105,16 +105,15 @@ struct bitcoin_tx *initial_commit_tx(const tal_t *ctx,
|
||||
*
|
||||
* The receiving node MUST fail the channel if:
|
||||
*...
|
||||
* - the funder's amount for the initial commitment
|
||||
* transaction is not sufficient for full [fee
|
||||
* payment](03-transactions.md#fee-payment).
|
||||
* - it considers `feerate_per_kw` too small for timely
|
||||
* processing or unreasonably large.
|
||||
*/
|
||||
status_unusual("Funder cannot afford fee"
|
||||
" on initial commitment transaction");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* BOLT #2:
|
||||
/* FIXME, should be in #2:
|
||||
*
|
||||
* The receiving node MUST fail the channel if:
|
||||
*...
|
||||
|
||||
Reference in New Issue
Block a user