capitalisk-dex 18.3.1 → 18.3.2

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.
Files changed (2) hide show
  1. package/index.js +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2527,8 +2527,6 @@ module.exports = class CapitaliskDEXModule {
2527
2527
  a.id
2528
2528
  } and ${
2529
2529
  b.id
2530
- } from block ID ${
2531
- blockId
2532
2530
  } because they had the same sortKey - This may lead to nondeterministic output`
2533
2531
  );
2534
2532
  return 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capitalisk-dex",
3
- "version": "18.3.1",
3
+ "version": "18.3.2",
4
4
  "description": "Decentralized exchange module.",
5
5
  "main": "index.js",
6
6
  "scripts": {