We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3a018 commit 6bb0df7Copy full SHA for 6bb0df7
libs/remix-lib/src/execution/txRunnerVM.ts
@@ -24,7 +24,7 @@ export class TxRunnerVM {
24
blockNumber
25
pendingTxs
26
vmaccounts
27
- queusTxs
+ queueTxs
28
blocks: Uint8Array[]
29
logsManager
30
commonContext
@@ -41,7 +41,7 @@ export class TxRunnerVM {
41
this.commonContext = this.getVMObject().common
42
this.pendingTxs = {}
43
this.vmaccounts = vmaccounts
44
- this.queusTxs = []
+ this.queueTxs = []
45
/*
46
txHash is generated using the nonce,
47
in order to have unique transaction hash, we need to keep using different nonce (in case of a call)
0 commit comments