We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759b0cf commit 92eba51Copy full SHA for 92eba51
src/confidential/elip151.rs
@@ -30,7 +30,7 @@ use crate::extensions::{Extension, ParseableExt};
30
use crate::{Descriptor as OrdinaryDescriptor, DescriptorPublicKey, Error};
31
32
sha256t_hash_newtype! {
33
- pub struct Elip151Tag = hash_str("ELIP-151 Deterministic descriptor blinding keys");
+ pub struct Elip151Tag = hash_str("Deterministic-View-Key/1.0");
34
/// ELIP-151 Deterministic descriptor blinding keys
35
#[hash_newtype(forward)]
36
pub struct Elip151Hash(_);
0 commit comments