commit
43806a5825
6 changed files with 38 additions and 7 deletions
|
|
@ -175,6 +175,11 @@ Wallet.prototype._handleDisconnect = function(peerID) {
|
|||
this.emit('disconnect', peerID);
|
||||
};
|
||||
|
||||
|
||||
Wallet.prototype.getNetworkName = function() {
|
||||
return this.publicKeyRing.network.name;
|
||||
};
|
||||
|
||||
Wallet.prototype._optsToObj = function() {
|
||||
var obj = {
|
||||
id: this.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue