Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #156 from ethereumjs/expose-as-fake-transaction
Browse files Browse the repository at this point in the history
Expose FakeTransaction named as FakeTransaction
  • Loading branch information
holgerd77 authored May 28, 2019
2 parents 070882f + 034d5a1 commit 5b72ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as Transaction } from './transaction'
export { default as Fake } from './fake'
export { default as FakeTransaction } from './fake'
export * from './types'
2 changes: 1 addition & 1 deletion test/fake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as tape from 'tape'
import { Buffer } from 'buffer'
import { bufferToHex } from 'ethereumjs-util'
import Common from 'ethereumjs-common'
import FakeTransaction from '../src/fake'
import { FakeTransaction } from '../src'
import { FakeTxData } from './types'

// Use private key 0x0000000000000000000000000000000000000000000000000000000000000001 as 'from' Account
Expand Down

0 comments on commit 5b72ca6

Please sign in to comment.