Skip to content

Commit 3588fc1

Browse files
authored
fix BN require
1 parent 8220e33 commit 3588fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crypto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
const assert = require('assert')
5-
const bigi = require('bigi')
5+
const BN = require('bn.js')
66
const bitcoin = require('../../')
77
const bip32 = require('bip32')
88
const crypto = require('crypto')

0 commit comments

Comments
 (0)