Merge pull request #623 from matiu/feature/livenet2

Feature/livenet2
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-09 18:10:51 -03:00
commit 43806a5825
6 changed files with 38 additions and 7 deletions

View file

@ -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,