We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2f356 commit 07c5f70Copy full SHA for 07c5f70
packages/blockchain/src/db/databaseOperation.ts
@@ -1,4 +1,4 @@
1
-import BN = require('bn.js')
+import { BN } from 'ethereumjs-util'
2
import {
3
HEADS_KEY,
4
HEAD_HEADER_KEY,
0 commit comments