Added test on Async, deleted getPeer()
This commit is contained in:
parent
373f12c2a0
commit
6c839edd91
2 changed files with 47 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue