mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
ADD: show fingerprint and derivation path for HD wallets
This commit is contained in:
parent
936ed1b985
commit
e357f90186
1 changed files with 2 additions and 2 deletions
|
@ -336,9 +336,9 @@ export class AbstractWallet {
|
|||
}
|
||||
|
||||
/**
|
||||
* @returns {string|null} Root derivation path for wallet if any
|
||||
* @returns {string} Root derivation path for wallet if any
|
||||
*/
|
||||
getDerivationPath() {
|
||||
return this._derivationPath || null;
|
||||
return this._derivationPath ?? '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue