fix store config
This commit is contained in:
parent
7f6b41e11d
commit
e38f9a4611
5 changed files with 14 additions and 8 deletions
|
|
@ -84,7 +84,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
lodash.merge(config, oldOpts, newOpts);
|
||||
configCache = config;
|
||||
|
||||
storageService.setConfig(JSON.stringify(config), cb);
|
||||
storageService.storeConfig(JSON.stringify(config), cb);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue