We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5121889 commit a3e5f42Copy full SHA for a3e5f42
lightning/src/offers/invoice.rs
@@ -135,7 +135,7 @@ use std::time::SystemTime;
135
136
pub(crate) const DEFAULT_RELATIVE_EXPIRY: Duration = Duration::from_secs(7200);
137
138
-/// Tag for the hash function used when signing a [`Bolt12Invoice`]'s merkle root.
+/// Tag for the hash function used when signing a BOLT 12 invoice's merkle root.
139
pub const SIGNATURE_TAG: &'static str = concat!("lightning", "invoice", "signature");
140
141
/// Builds a [`Bolt12Invoice`] from either:
0 commit comments