Merge pull request #2649 from benthecarman/display-outpoint
[rust-lightning] / lightning / src / offers / invoice.rs
index 06215e2d48615ce9784c6e95f534a8eeb7739be9..908d2d4bee6d2f6b9091ae0d62ce7e650cbfe754 100644 (file)
@@ -129,7 +129,7 @@ use crate::prelude::*;
 #[cfg(feature = "std")]
 use std::time::SystemTime;
 
-const DEFAULT_RELATIVE_EXPIRY: Duration = Duration::from_secs(7200);
+pub(crate) const DEFAULT_RELATIVE_EXPIRY: Duration = Duration::from_secs(7200);
 
 /// Tag for the hash function used when signing a [`Bolt12Invoice`]'s merkle root.
 pub const SIGNATURE_TAG: &'static str = concat!("lightning", "invoice", "signature");