remove storage from Wallet
This commit is contained in:
parent
a40a1bc261
commit
567cb8c713
8 changed files with 92 additions and 116 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue