@cityofzion/blockchain-service 1.22.6 → 1.22.7

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.
@@ -44,7 +44,7 @@ class BSUtilsHelper {
44
44
  const isValid = availableNetworks.some(networkItem => (0, lodash_isequal_1.default)({ id: network.id, type: network.type, name: network.name }, { id: networkItem.id, type: networkItem.type, name: networkItem.name }));
45
45
  if (!isValid)
46
46
  return false;
47
- return rpcNetworkUrls.some(rpcNetworkUrl => rpcNetworkUrl === network.url);
47
+ return rpcNetworkUrls.some(url => url === network.url);
48
48
  }
49
49
  }
50
50
  exports.BSUtilsHelper = BSUtilsHelper;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/blockchain-service",
3
- "version": "1.22.6",
3
+ "version": "1.22.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",