remove unused keyCache
This commit is contained in:
parent
d3151cc88b
commit
ab12832126
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ Network.prototype.cleanUp = function() {
|
|||
this.authenticatedPeers=[];
|
||||
this.copayerForPeer={};
|
||||
this.connections={};
|
||||
this.keyCache={};
|
||||
if (this.peer) {
|
||||
console.log('## DESTROYING PEER INSTANCE'); //TODO
|
||||
this.peer.disconnect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue