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,