Skip to content

Commit a3e5f42

Browse files
Update docs for BOLT 12 {static_}invoice's signature tag.
1 parent 5121889 commit a3e5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/invoice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ use std::time::SystemTime;
135135

136136
pub(crate) const DEFAULT_RELATIVE_EXPIRY: Duration = Duration::from_secs(7200);
137137

138-
/// Tag for the hash function used when signing a [`Bolt12Invoice`]'s merkle root.
138+
/// Tag for the hash function used when signing a BOLT 12 invoice's merkle root.
139139
pub const SIGNATURE_TAG: &'static str = concat!("lightning", "invoice", "signature");
140140

141141
/// Builds a [`Bolt12Invoice`] from either:

0 commit comments

Comments
 (0)