@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.
- package/dist/client/index.js +0 -6
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +0 -6
- package/dist/client/index.mjs.map +1 -1
- package/dist/discovery/index.js +1 -1
- package/dist/discovery/index.js.map +1 -1
- package/dist/discovery/index.mjs +1 -1
- package/dist/discovery/index.mjs.map +1 -1
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/client/index.mjs
CHANGED
|
@@ -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
|
}
|