-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have two expiries: 1. Inside an offer, it's an absolute time. 2. Inside an invoice, it's a relative time (to the invoice timestamp). Make them more explicitly distinct: - inside an offer, it's `absolute_expiry` `seconds_from_epoch` - inside an invoice, it's `relative_expiry` `seconds_from_timestamp`. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
fe939b8
commit 91d2871
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters