showpay-providers
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -329,3 +329,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
let path = `xpub/${xpub}/address/${address}`; | ||
let path = `/xpub/${xpub}/address/${address}`; | ||
let url = this.apiPrefix + path; | ||
@@ -332,0 +332,0 @@ let _res = yield (0, cross_fetch_1.default)(url, { |
{ | ||
"name": "showpay-providers", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Providers for sensible-contracts", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
86563