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

Commit 1377c0c

Browse files
authored
Merge c1888ec into 3c458de
2 parents 3c458de + c1888ec commit 1377c0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Stoplight = require('flow-stoplight')
55
const semaphore = require('semaphore')
66
const level = require('level-mem')
77
const Block = require('ethereumjs-block')
8-
const Common = require('ethereumjs-common')
8+
const Common = require('ethereumjs-common').default
99
const ethUtil = require('ethereumjs-util')
1010
const Ethash = require('ethashjs')
1111
const Buffer = require('safe-buffer').Buffer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"async": "^2.6.1",
2828
"ethashjs": "~0.0.7",
2929
"ethereumjs-block": "~2.1.0",
30-
"ethereumjs-common": "~0.6.0",
30+
"ethereumjs-common": "~1.0.0",
3131
"ethereumjs-util": "~6.0.0",
3232
"flow-stoplight": "^1.0.0",
3333
"level-mem": "^3.0.1",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const test = require('tape')
44
const Blockchain = require('..')
55
const Block = require('ethereumjs-block')
6-
const Common = require('ethereumjs-common')
6+
const Common = require('ethereumjs-common').default
77
const async = require('async')
88
const ethUtil = require('ethereumjs-util')
99
const level = require('level-mem')

0 commit comments

Comments
 (0)