Skip to content

Commit

Permalink
seals: standardize commitment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 12, 2024
1 parent 0a84072 commit f13ca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seals/src/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub struct SecretSeal(
);

impl CommitmentId for SecretSeal {
const TAG: &'static str = "urn:lnpbp:seals:secret#2024-02-03";
const TAG: &'static str = "urn:lnp-bp:seals:secret#2024-02-03";
}

impl From<Sha256> for SecretSeal {
Expand Down

0 comments on commit f13ca39

Please sign in to comment.