mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: lndhub backup QR doesnt have a "@%server%" suffix #3379
This commit is contained in:
parent
ce1027a2ce
commit
84b3ccfc0a
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ export class LightningCustodianWallet extends LegacyWallet {
|
||||||
}
|
}
|
||||||
|
|
||||||
getSecret() {
|
getSecret() {
|
||||||
if (this.baseURI === LightningCustodianWallet.defaultBaseUri) {
|
|
||||||
return this.secret;
|
|
||||||
}
|
|
||||||
return this.secret + '@' + this.baseURI;
|
return this.secret + '@' + this.baseURI;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue