fix listening on new block

pull/4108/head
yann300 1 year ago
parent c729fe1a13
commit c741f576c0
  1. 2
      libs/remix-lib/src/execution/txListener.ts

@ -157,7 +157,7 @@ export class TxListener {
}
async _startListenOnNetwork () {
let lastSeenBlock = this.executionContext.lastBlock?.number - 1
let lastSeenBlock = this.executionContext.lastBlock?.number - BigInt(1)
let processingBlock = false
const processBlocks = async () => {

Loading…
Cancel
Save