Skip to content

Commit 07c5f70

Browse files
blockchain: import BN from ethereumjs-util
1 parent cb2f356 commit 07c5f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blockchain/src/db/databaseOperation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import BN = require('bn.js')
1+
import { BN } from 'ethereumjs-util'
22
import {
33
HEADS_KEY,
44
HEAD_HEADER_KEY,

0 commit comments

Comments
 (0)