adding uuid and deleting crypto library
This commit is contained in:
parent
6dff2840c8
commit
92b49ce154
5 changed files with 35 additions and 21 deletions
|
|
@ -330,5 +330,13 @@ angular.module('copayApp.services')
|
|||
storage.remove('amazonGiftCards-' + network, cb);
|
||||
};
|
||||
|
||||
root.setAmazonUUID = function(network, uuid, cb) {
|
||||
storage.set('amazonUUID-' + network, uuid, cb);
|
||||
};
|
||||
|
||||
root.getAmazonUUID = function(network, cb) {
|
||||
storage.get('amazonUUID-' + network, cb);
|
||||
};
|
||||
|
||||
return root;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue