Skip to content

Commit 6bb0df7

Browse files
authored
Update txRunnerVM.ts
1 parent 6f3a018 commit 6bb0df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-lib/src/execution/txRunnerVM.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class TxRunnerVM {
2424
blockNumber
2525
pendingTxs
2626
vmaccounts
27-
queusTxs
27+
queueTxs
2828
blocks: Uint8Array[]
2929
logsManager
3030
commonContext
@@ -41,7 +41,7 @@ export class TxRunnerVM {
4141
this.commonContext = this.getVMObject().common
4242
this.pendingTxs = {}
4343
this.vmaccounts = vmaccounts
44-
this.queusTxs = []
44+
this.queueTxs = []
4545
/*
4646
txHash is generated using the nonce,
4747
in order to have unique transaction hash, we need to keep using different nonce (in case of a call)

0 commit comments

Comments
 (0)