better sync for peers

This commit is contained in:
Matias Alejo Garcia 2014-04-20 17:16:21 -03:00
commit fe0cccd801
4 changed files with 9 additions and 5 deletions

View file

@ -32,6 +32,8 @@ PrivateKey.fromObj = function(obj) {
};
PrivateKey.prototype.toObj = function() {
console.log('[PrivateKey.js.35] TODO TODO: PRIV: ', this.getExtendedPrivateKeyString()); //TODO
return {
extendedPrivateKeyString: this.getExtendedPrivateKeyString(),
networkName: this.network.name,