fix BN require
This commit is contained in:
parent
8220e33d76
commit
3588fc1db3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
const assert = require('assert')
|
||||
const bigi = require('bigi')
|
||||
const BN = require('bn.js')
|
||||
const bitcoin = require('../../')
|
||||
const bip32 = require('bip32')
|
||||
const crypto = require('crypto')
|
||||
|
|
Loading…
Reference in a new issue