add test for priv key import

This commit is contained in:
Matias Alejo Garcia 2014-08-20 20:29:07 -04:00
commit 4b3cbfcfb0
4 changed files with 5 additions and 5 deletions

View file

@ -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;
}