Browse Source

fix BN require

addLowRGrinding
Daniel Cousens 6 years ago
committed by GitHub
parent
commit
3588fc1db3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/integration/crypto.js

2
test/integration/crypto.js

@ -2,7 +2,7 @@
const assert = require('assert') const assert = require('assert')
const bigi = require('bigi') const BN = require('bn.js')
const bitcoin = require('../../') const bitcoin = require('../../')
const bip32 = require('bip32') const bip32 = require('bip32')
const crypto = require('crypto') const crypto = require('crypto')

Loading…
Cancel
Save