Skip to content

Commit

Permalink
blockchain: import BN from ethereumjs-util
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer authored and holgerd77 committed Nov 3, 2020
1 parent 33bcb20 commit 9f8ff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blockchain/src/db/databaseOperation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import BN = require('bn.js')
import { BN } from 'ethereumjs-util'
import {
HEADS_KEY,
HEAD_HEADER_KEY,
Expand Down

0 comments on commit 9f8ff31

Please sign in to comment.