Skip to content

Commit

Permalink
update commitment tag URNs
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 12, 2024
1 parent 9562563 commit a129ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commit_verify/src/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub struct MerkleHash(
);

impl CommitmentId for MerkleHash {
const TAG: &'static str = "urn:lnpbp:merkle:node#2024-01-31";
const TAG: &'static str = "urn:ubideco:merkle:node#2024-01-31";
}

impl From<Sha256> for MerkleHash {
Expand Down
2 changes: 1 addition & 1 deletion commit_verify/src/mpc/atoms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub struct Commitment(
);

impl CommitmentId for Commitment {
const TAG: &'static str = "urn:lnpbp:mpc:commitment#2024-01-31";
const TAG: &'static str = "urn:ubideco:mpc:commitment#2024-01-31";
}

impl Commitment {
Expand Down

0 comments on commit a129ce9

Please sign in to comment.