zpay32: rename to DefaultAssumedFinalCLTVDelta

This renames the paramter to clarify that this value is only used when
no CLTV value was decoded from the payment request
This commit is contained in:
Conner Fromknecht
2020-07-24 13:14:03 -07:00
parent 6622c4814e
commit 53ab22305d
2 changed files with 5 additions and 4 deletions

View File

@@ -324,7 +324,7 @@ func (invoice *Invoice) MinFinalCLTVExpiry() uint64 {
return *invoice.minFinalCLTVExpiry
}
return DefaultFinalCLTVDelta
return DefaultAssumedFinalCLTVDelta
}
// validateInvoice does a sanity check of the provided Invoice, making sure it