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