FIX: lndhub backup QR doesnt have a "@%server%" suffix #3379

This commit is contained in:
Marcos Rodriguez Vélez 2021-07-12 15:20:36 -04:00
parent ce1027a2ce
commit 84b3ccfc0a

View file

@ -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;
} }