Typo fix
This commit is contained in:
parent
dc1046d528
commit
f8c682da07
2
index.js
2
index.js
|
@ -15,7 +15,7 @@ var secp256k1 = require("secp256k1");
|
||||||
*/
|
*/
|
||||||
function getPublic(privateKey) {
|
function getPublic(privateKey) {
|
||||||
return secp256k1.createPublicKey(privateKey);
|
return secp256k1.createPublicKey(privateKey);
|
||||||
};
|
}
|
||||||
exports.getPublic = getPublic;
|
exports.getPublic = getPublic;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user