@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.js
CHANGED
|
@@ -4291,12 +4291,6 @@ var RoutstrClient = class {
|
|
|
4291
4291
|
clientApiKey
|
|
4292
4292
|
});
|
|
4293
4293
|
(async () => {
|
|
4294
|
-
try {
|
|
4295
|
-
const xcashuResults = await this.cashuSpender.refundXcashuTokens(mintUrl);
|
|
4296
|
-
this._log("DEBUG", "Refund xcashu tokens results:", xcashuResults);
|
|
4297
|
-
} catch (error) {
|
|
4298
|
-
this._log("ERROR", "Failed to refund providers:", error);
|
|
4299
|
-
}
|
|
4300
4294
|
})();
|
|
4301
4295
|
return satsSpent;
|
|
4302
4296
|
}
|