@routstr/sdk 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4289,12 +4289,6 @@ var RoutstrClient = class {
4289
4289
  clientApiKey
4290
4290
  });
4291
4291
  (async () => {
4292
- try {
4293
- const xcashuResults = await this.cashuSpender.refundXcashuTokens(mintUrl);
4294
- this._log("DEBUG", "Refund xcashu tokens results:", xcashuResults);
4295
- } catch (error) {
4296
- this._log("ERROR", "Failed to refund providers:", error);
4297
- }
4298
4292
  })();
4299
4293
  return satsSpent;
4300
4294
  }