Skip to content

Commit

Permalink
Update docs for BOLT 12 {static_}invoice's signature tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed May 23, 2024
1 parent 5121889 commit a3e5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/offers/invoice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ use std::time::SystemTime;

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

/// 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.
pub const SIGNATURE_TAG: &'static str = concat!("lightning", "invoice", "signature");

/// Builds a [`Bolt12Invoice`] from either:
Expand Down

0 comments on commit a3e5f42

Please sign in to comment.