better sync for peers
This commit is contained in:
parent
a3dffc65ef
commit
fe0cccd801
4 changed files with 9 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue