Skip to content

Commit 1217000

Browse files
committed
Fix secp256k1 example
1 parent a50a3e7 commit 1217000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-cryptography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ const privateKey = Buffer.from(
346346
"hex"
347347
);
348348
349-
console.log(sign(msgHash, privateKey).toString("hex"));
349+
console.log(sign(msgHash, privateKey).signature.toString("hex"));
350350
```
351351

352352
## Hierarchical Deterministic keys submodule

0 commit comments

Comments
 (0)