We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8220e33 commit 3588fc1Copy full SHA for 3588fc1
test/integration/crypto.js
@@ -2,7 +2,7 @@
2
3
4
const assert = require('assert')
5
-const bigi = require('bigi')
+const BN = require('bn.js')
6
const bitcoin = require('../../')
7
const bip32 = require('bip32')
8
const crypto = require('crypto')
0 commit comments