mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
Makefile: update bolt version to include option_anchors_zero_fee_htlc_tx.
This touches a lot of text, mainly to change "if `option_anchor_outputs`" to "if `option_anchors`" Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* the `local_delayedpubkey` uses the local node's `delayed_payment_basepoint`;
|
||||
* and the `remote_delayedpubkey` uses the remote node's `delayed_payment_basepoint`.
|
||||
*...
|
||||
* If `option_static_remotekey` or `option_anchor_outputs` is negotiated, the
|
||||
* If `option_static_remotekey` or `option_anchors` is negotiated, the
|
||||
* `remotepubkey` is simply the remote node's `payment_basepoint`, otherwise
|
||||
* it is calculated as above using the remote node's `payment_basepoint`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user