refactor bws url structure on local storage
This commit is contained in:
parent
4042d04f1b
commit
42fd03faff
2 changed files with 5 additions and 4 deletions
|
|
@ -36,9 +36,9 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
|||
}
|
||||
|
||||
var opts = {
|
||||
bws: {}
|
||||
bwsFor: {}
|
||||
};
|
||||
opts.bws[walletId] = this.bwsurl;
|
||||
opts.bwsFor[walletId] = this.bwsurl;
|
||||
|
||||
configService.set(opts, function(err) {
|
||||
if (err) console.log(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue