|
|
@ -172,7 +172,7 @@ export class TxListener { |
|
|
|
} |
|
|
|
} |
|
|
|
const current = this.executionContext.lastBlock?.number |
|
|
|
const current = this.executionContext.lastBlock?.number |
|
|
|
if (!current) { |
|
|
|
if (!current) { |
|
|
|
console.error(new Error('no last block found')) |
|
|
|
console.log(new Error('no last block found')) |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
if (currentLoopId === this._loopId && lastSeenBlock < current) { |
|
|
|
if (currentLoopId === this._loopId && lastSeenBlock < current) { |
|
|
|