Skip to content

Commit 5ef5abb

Browse files
evertonfragas1na
authored andcommitted
Fixing minor typos (ethereumjs#617)
1 parent 8b4f969 commit 5ef5abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/runCode.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stack items are lazily duplicated.
88
So you must never directly change a buffer from the stack,
99
instead you should `copy` it first
1010
11-
not all stack items are 32 bytes, so if the operation realies on the stack
11+
not all stack items are 32 bytes, so if the operation relies on the stack
1212
item length then you must use utils.pad(<item>, 32) first.
1313
*/
1414
import { zeros } from 'ethereumjs-util'
@@ -30,12 +30,12 @@ export interface RunCodeOpts {
3030
txContext?: TxContext
3131
gasPrice?: Buffer
3232
/**
33-
* The address where the call originated from. The address should be a `Buffer` of 20bits. Defaults to `0`
33+
* The address where the call originated from. The address should be a `Buffer` of 20 bits. Defaults to `0`
3434
*/
3535
origin?: Buffer
3636
message?: Message
3737
/**
38-
* The address that ran this code. The address should be a `Buffer` of 20bits. Defaults to `0`
38+
* The address that ran this code. The address should be a `Buffer` of 20 bits. Defaults to `0`
3939
*/
4040
caller?: Buffer
4141
/**

0 commit comments

Comments
 (0)