File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ const MAX_EXPIRY_TIME: u64 = 60 * 60 * 24 * 356;
60
60
/// Default expiry time as defined by [BOLT 11].
61
61
///
62
62
/// [BOLT 11]: https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md
63
- const DEFAULT_EXPIRY_TIME : u64 = 3600 ;
63
+ pub const DEFAULT_EXPIRY_TIME : u64 = 3600 ;
64
64
65
65
/// Default minimum final CLTV expiry as defined by [BOLT 11].
66
66
///
67
67
/// [BOLT 11]: https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md
68
- const DEFAULT_MIN_FINAL_CLTV_EXPIRY : u64 = 18 ;
68
+ pub const DEFAULT_MIN_FINAL_CLTV_EXPIRY : u64 = 18 ;
69
69
70
70
/// This function is used as a static assert for the size of `SystemTime`. If the crate fails to
71
71
/// compile due to it this indicates that your system uses unexpected bounds for `SystemTime`. You
You can’t perform that action at this time.
0 commit comments