diff --git a/index.ts b/index.ts index b5d7753..edbd88f 100644 --- a/index.ts +++ b/index.ts @@ -116,8 +116,10 @@ export default class PortalBtcWallet { }, }); await this.cashuSDK.init(() => this.emitEvent("balanceUpdated")); - await this.redeemCashuQuotes(); - await this.maybeMelt(); + try { + await this.redeemCashuQuotes(); + await this.maybeMelt(); + } catch {} } private async refreshBreezBalances() {