mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-01-30 00:51:11 +00:00
rename xPub to xpub
This commit is contained in:
parent
290fbabb54
commit
4b6c477030
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ public class ExtendedKey {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDisplayName() {
|
public String getDisplayName() {
|
||||||
return name.replace('p', 'P');
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getHeader() {
|
public int getHeader() {
|
||||||
|
|
|
@ -329,7 +329,7 @@ public class OutputDescriptor {
|
||||||
keyDerivationMap.put(extendedPublicKey, keyDerivation);
|
keyDerivationMap.put(extendedPublicKey, keyDerivation);
|
||||||
keyChildDerivationMap.put(extendedPublicKey, childDerivationPath);
|
keyChildDerivationMap.put(extendedPublicKey, childDerivationPath);
|
||||||
} catch(ProtocolException e) {
|
} catch(ProtocolException e) {
|
||||||
throw new ProtocolException("Invalid xPub: " + e.getMessage());
|
throw new ProtocolException("Invalid xpub: " + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue