From 09e566276c9c5df30d2825a9f0fd95fecaa13795 Mon Sep 17 00:00:00 2001 From: Mihajlo Pavlovic Date: Thu, 21 Nov 2024 15:50:05 +0100 Subject: [PATCH] Comment --- .../blockchain-event-listener-command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/blockchain-event-listener/blockchain-event-listener-command.js b/src/commands/blockchain-event-listener/blockchain-event-listener-command.js index 411c567ef..0e16dea57 100644 --- a/src/commands/blockchain-event-listener/blockchain-event-listener-command.js +++ b/src/commands/blockchain-event-listener/blockchain-event-listener-command.js @@ -158,6 +158,7 @@ class BlockchainEventListenerCommand extends Command { currentBlock, ); + // We update last checked block before we insert events in our operational db await this.repositoryModuleManager.updateLastCheckedBlock( blockchainId, result.lastCheckedBlock,