mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-12-26 18:16:45 +00:00
add convenience method
This commit is contained in:
parent
fee0426799
commit
3642ddc958
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,10 @@ public class ExtendedKey {
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getDisplayName() {
|
||||||
|
return name.replace('p', 'P');
|
||||||
|
}
|
||||||
|
|
||||||
public int getHeader() {
|
public int getHeader() {
|
||||||
return header;
|
return header;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue