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.
- package/index.js +2 -0
- 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(
|