capitalisk-dex 18.1.1 → 18.2.0
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2387,9 +2387,9 @@ module.exports = class CapitaliskDEXModule {
|
|
|
2387
2387
|
});
|
|
2388
2388
|
|
|
2389
2389
|
for (let block of orderedBlockList) {
|
|
2390
|
-
latestProcessedChainHeights[block.chainSymbol] = block.height;
|
|
2391
2390
|
try {
|
|
2392
2391
|
if (!block.isSkipped) {
|
|
2392
|
+
latestProcessedChainHeights[block.chainSymbol] = block.height;
|
|
2393
2393
|
await processBlock({
|
|
2394
2394
|
chainSymbol: block.chainSymbol,
|
|
2395
2395
|
chainHeight: block.height,
|