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 f38b2e5 commit b649842Copy full SHA for b649842
src/descriptor/key.rs
@@ -157,7 +157,7 @@ impl DescriptorXKey<bip32::ExtendedPrivKey> {
157
/// private key before turning it into a public key.
158
///
159
/// If the key already has an origin, the derivation steps applied will be appended to the path
160
- /// already present, otherwise this key will be treated as "root" key and an origin will be
+ /// already present, otherwise this key will be treated as a master key and an origin will be
161
/// added with this key's fingerprint and the derivation steps applied.
162
fn as_public<C: Signing>(
163
&self,
0 commit comments