File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ transmits the following information to the sender (most likely via an invoice):
270
270
* ` fee_proportional_millionths ` : 1001
271
271
* ` htlc_minimum_msat ` : 1000
272
272
* ` cltv_expiry_delta ` : 288
273
- * ` max_cltv_expiry ` : 1200
273
+ * ` max_cltv_expiry ` : 1200 (may be conveyed via invoice expiration, assuming 10 minute blocks)
274
274
* ` allowed_features ` : empty
275
275
* Encrypted data for blinded nodes:
276
276
* ` encrypted_payload(alice) ` :
@@ -308,8 +308,11 @@ Erin uses the aggregated route relay parameters to compute how much should be se
308
308
309
309
* ` amount = 100000 + 201 + (1001 * 100000 + 1000000 - 1) / 1000000 = 100302 msat `
310
310
311
- Erin chooses a final expiry of 1100, which is below Alice's ` max_cltv_expiry ` , and computes the
312
- expiry that should be sent to Carol:
311
+ Erin chooses a final expiry of 1100, which is below Alice's ` max_cltv_expiry ` . This value may be
312
+ chosen by adding a random cltv offset to the current block height as described in
313
+ [ Recommendations for Routing] ( ../07-routing-gossip.md#recommendations-for-routing ) .
314
+
315
+ Erin computes the expiry that should be sent to Carol:
313
316
314
317
* ` expiry = 1100 + 288 = 1388 `
315
318
You can’t perform that action at this time.
0 commit comments