mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
parse bitcoin core wallet model type
This commit is contained in:
parent
5e8a14678d
commit
c021300797
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ public enum WalletModel {
|
|||
return "digitalbitbox";
|
||||
}
|
||||
|
||||
if(this == BITCOIN_CORE) {
|
||||
return "bitcoincore";
|
||||
}
|
||||
|
||||
if(this == BITBOX_02) {
|
||||
return "bitbox02";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue