capitalisk-dex 18.0.0 → 18.0.1

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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1330,6 +1330,8 @@ module.exports = class CapitaliskDEXModule {
1330
1330
  `Chain ${chainSymbol}: Processing block at height ${chainHeight}`
1331
1331
  );
1332
1332
 
1333
+ this.scheduledTransferInfos = [];
1334
+
1333
1335
  let baseChainHeight = latestChainHeights[this.baseChainSymbol];
1334
1336
  if (baseChainHeight < this.options.dexEnabledFromHeight) {
1335
1337
  this.logger.info(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capitalisk-dex",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "description": "Decentralized exchange module.",
5
5
  "main": "index.js",
6
6
  "scripts": {