mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-19 05:44:28 +01:00
lightningd: don't make htlc_timeout_satoshis/htlc_success_satoshis zero if we support anchors.
It depends on whether we negotiated anchors: just document that this field doesn't apply for anchors (it becomes zero by the end of this patch series, which is weird). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -199,11 +199,11 @@
|
||||
},
|
||||
"htlc_timeout_satoshis": {
|
||||
"type": "u64",
|
||||
"description": "Estimated cost of typical HTLC timeout transaction"
|
||||
"description": "Estimated cost of typical HTLC timeout transaction (non-anchors)"
|
||||
},
|
||||
"htlc_success_satoshis": {
|
||||
"type": "u64",
|
||||
"description": "Estimated cost of typical HTLC fulfillment transaction"
|
||||
"description": "Estimated cost of typical HTLC fulfillment transaction (non-anchors)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user