mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
fix: incomplete comment about minFinalCLTVExpiry
This commit is contained in:
@@ -144,7 +144,8 @@ type Invoice struct {
|
|||||||
Destination *btcec.PublicKey
|
Destination *btcec.PublicKey
|
||||||
|
|
||||||
// minFinalCLTVExpiry is the value that the creator of the invoice
|
// minFinalCLTVExpiry is the value that the creator of the invoice
|
||||||
// expects to be used for the
|
// expects to be used for the CLTV expiry of the HTLC extended to it in
|
||||||
|
// the last hop.
|
||||||
//
|
//
|
||||||
// NOTE: This value is optional, and should be set to nil if the
|
// NOTE: This value is optional, and should be set to nil if the
|
||||||
// invoice creator doesn't have a strong requirement on the CLTV expiry
|
// invoice creator doesn't have a strong requirement on the CLTV expiry
|
||||||
|
Reference in New Issue
Block a user