remove storage from Wallet

This commit is contained in:
Matias Alejo Garcia 2014-10-24 09:36:28 -03:00
commit 567cb8c713
8 changed files with 92 additions and 116 deletions

View file

@ -1,7 +1,7 @@
/**
* Small module for some helpers that wrap CryptoJS with some good practices.
* Small module for some helpers that wrap sjcl with some good practices.
*/
var sjcl = require('sjcl');
var sjcl = require('../../lib/sjcl');
var log = require('../log.js');
var _ = require('underscore');