Skip to content

Commit

Permalink
Update txRunnerVM.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored and Aniket-Engg committed Jan 20, 2025
1 parent e61ed52 commit dfd2cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-lib/src/execution/txRunnerVM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class TxRunnerVM {
blockNumber
pendingTxs
vmaccounts
queusTxs
queueTxs
blocks: Uint8Array[]
logsManager
commonContext
Expand All @@ -41,7 +41,7 @@ export class TxRunnerVM {
this.commonContext = this.getVMObject().common
this.pendingTxs = {}
this.vmaccounts = vmaccounts
this.queusTxs = []
this.queueTxs = []
/*
txHash is generated using the nonce,
in order to have unique transaction hash, we need to keep using different nonce (in case of a call)
Expand Down

0 comments on commit dfd2cf1

Please sign in to comment.