Merge pull request #6 from ryanxcharles/remove-unused-crypto-dependency

Remove unused crypto dependency
This commit is contained in:
Eric Martindale 2014-07-28 14:19:02 -07:00
commit 1840d8a18b
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
var crypto = require('crypto');
var bitcore = require('bitcore');
var Key = bitcore.Key;
var SIN = bitcore.SIN;