minor.
This commit is contained in:
parent
6cf17c2b6d
commit
a3b2149c1f
@ -76,7 +76,7 @@ KeyPair.prototype.getPrivateKey = function getPrivateKey(enc) {
|
||||
var privateKey;
|
||||
|
||||
if (!this._privateKey) {
|
||||
privateKey = this.key.getPrivate();
|
||||
privateKey = this.privatePoint;
|
||||
|
||||
if (!privateKey)
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user