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 8ab9759 commit 128918fCopy full SHA for 128918f
libs/remix-simulator/src/vm-context.ts
@@ -402,7 +402,7 @@ export class VMContext {
402
*/
403
latestBlockNumber: string
404
/*
405
- This is the number of block that VMContext is instanciated with.
+ This is the number of block that VMContext is instantiated with.
406
The final amount of blocks will be `latestBlockNumber` and the value either `blockNumber` or `baseBlockNumber` + `blockNumber`
407
408
private blockNumber: number | 'latest'
0 commit comments