Skip to content

Commit 92eba51

Browse files
committed
elip151: use correct tag
This was introduced in b8ceef7 where the doc comment was used instead of the tag.
1 parent 759b0cf commit 92eba51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confidential/elip151.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use crate::extensions::{Extension, ParseableExt};
3030
use crate::{Descriptor as OrdinaryDescriptor, DescriptorPublicKey, Error};
3131

3232
sha256t_hash_newtype! {
33-
pub struct Elip151Tag = hash_str("ELIP-151 Deterministic descriptor blinding keys");
33+
pub struct Elip151Tag = hash_str("Deterministic-View-Key/1.0");
3434
/// ELIP-151 Deterministic descriptor blinding keys
3535
#[hash_newtype(forward)]
3636
pub struct Elip151Hash(_);

0 commit comments

Comments
 (0)