mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-01-29 00:21: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() {
|
||||
return name.replace('p', 'P');
|
||||
return name;
|
||||
}
|
||||
|
||||
public int getHeader() {
|
||||
|
|
|
@ -329,7 +329,7 @@ public class OutputDescriptor {
|
|||
keyDerivationMap.put(extendedPublicKey, keyDerivation);
|
||||
keyChildDerivationMap.put(extendedPublicKey, childDerivationPath);
|
||||
} catch(ProtocolException e) {
|
||||
throw new ProtocolException("Invalid xPub: " + e.getMessage());
|
||||
throw new ProtocolException("Invalid xpub: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue