pathchain 1.1.17 → 1.1.18
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -308,7 +308,7 @@ exports.getPatheadObj = (xaddress) => {
|
|
|
308
308
|
* @param {string} xaddress - The address string.
|
|
309
309
|
* @returns {Object|string} The decoded object or an error message.
|
|
310
310
|
*/
|
|
311
|
-
exports.
|
|
312
|
-
const pathchain_object = getter.
|
|
311
|
+
exports.getPathchainObj = (xaddress) => {
|
|
312
|
+
const pathchain_object = getter.getPathchainObj(xaddress);
|
|
313
313
|
return pathchain_object;
|
|
314
314
|
}
|
package/package.json
CHANGED