more tests

This commit is contained in:
Matias Alejo Garcia 2014-07-08 19:52:47 -03:00
commit 248c18596c
7 changed files with 113 additions and 107 deletions

View file

@ -9,7 +9,6 @@ var Wallet = require('./Wallet');
var WebRTC = module.exports.WebRTC = require('../network/WebRTC');
var Insight = module.exports.Insight = require('../blockchain/Insight');
//var StorageLocalPlain = module.exports.StorageLocalPlain = require('../storage/LocalPlain');
var StorageLocalEncrypted = module.exports.StorageLocalEncrypted = require('../storage/LocalEncrypted');
/*