fix peers, pubkey WIP
This commit is contained in:
parent
a658ec8452
commit
9ca83e35fc
11 changed files with 228 additions and 142 deletions
|
|
@ -7,7 +7,7 @@ angular.module('copay.storage')
|
|||
return JSON.parse(localStorage.getItem(key));
|
||||
},
|
||||
|
||||
save: function(key, data) {
|
||||
set: function(key, data) {
|
||||
localStorage.setItem(key, JSON.stringify(data));
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue