Skip to content

Commit e06b66e

Browse files
authored
Fix typo (#1040)
1 parent 816e0bc commit e06b66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Properties of a `Transaction` object are frozen with `Object.freeze()` which giv
4848

4949
## Fake Transaction
5050

51-
Creating a fake tansaction for use in e.g. `VM.runTx()` is simple, just overwrite `getSenderAddress()` with a custom [`Address`](https://github.com/ethereumjs/ethereumjs-util/blob/master/docs/classes/_address_.address.md) like so:
51+
Creating a fake transaction for use in e.g. `VM.runTx()` is simple, just overwrite `getSenderAddress()` with a custom [`Address`](https://github.com/ethereumjs/ethereumjs-util/blob/master/docs/classes/_address_.address.md) like so:
5252

5353
```typescript
5454
import { Address } from 'ethereumjs-util'

0 commit comments

Comments
 (0)