add test for priv key import
This commit is contained in:
parent
ca23aed70f
commit
4b3cbfcfb0
4 changed files with 5 additions and 5 deletions
|
|
@ -224,7 +224,7 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
|
|||
networkName: this.networkName,
|
||||
};
|
||||
|
||||
if (privateHex && privateHex.length>10) {
|
||||
if (privateHex && privateHex.length>1) {
|
||||
privOpts.extendedPrivateKeyString = privateHex;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue