Remove unused crypto dependency

All the crypto is in bitcore.
This commit is contained in:
Ryan X. Charles 2014-07-01 18:30:35 -07:00
parent 73ca83b520
commit 1d70984623
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;