Skip to content

Commit

Permalink
change crypto library reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslawdune committed Dec 16, 2017
1 parent b882ea2 commit 5ca0432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var Hash = require("eth-lib/lib/hash");
var RLP = require("eth-lib/lib/rlp");
var Nat = require("eth-lib/lib/nat");
var Bytes = require("eth-lib/lib/bytes");
var cryp = require('crypto');
var cryp = require('crypto-browserify');
var scryptsy = require('scrypt.js');
var uuid = require('uuid');
var utils = require('web3-utils');
Expand Down

0 comments on commit 5ca0432

Please sign in to comment.