Added test on Async, deleted getPeer()

This commit is contained in:
Matias Pando 2015-01-15 12:47:13 -03:00
commit 6c839edd91
2 changed files with 47 additions and 4 deletions

View file

@ -358,10 +358,6 @@ Network.prototype.getOnlinePeerIDs = function() {
return this.connectedPeers;
};
Network.prototype.getPeer = function() {
return this.peer;
};
Network.prototype.getCopayerIds = function() {
if (this.allowedCopayerIds) {