From a129ce95559fa53c4f061e3430a9bcdd3fe7900f Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Mon, 12 Feb 2024 17:58:30 +0100 Subject: [PATCH] update commitment tag URNs --- commit_verify/src/merkle.rs | 2 +- commit_verify/src/mpc/atoms.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_verify/src/merkle.rs b/commit_verify/src/merkle.rs index ecb6699f..581412c4 100644 --- a/commit_verify/src/merkle.rs +++ b/commit_verify/src/merkle.rs @@ -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 for MerkleHash { diff --git a/commit_verify/src/mpc/atoms.rs b/commit_verify/src/mpc/atoms.rs index e6eea9fc..00c03448 100644 --- a/commit_verify/src/mpc/atoms.rs +++ b/commit_verify/src/mpc/atoms.rs @@ -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 {