Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Remove reference to secp256k1 in externals.ts comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Apr 23, 2020
1 parent 4ee07e7 commit 10e2607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/externals.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Re-exports commonly used modules:
* * Adds [`ethjs-util`](https://github.com/ethjs/ethjs-util) methods.
* * Exports [`BN`](https://github.com/indutny/bn.js), [`rlp`](https://github.com/ethereumjs/rlp), [`secp256k1`](https://github.com/cryptocoinjs/secp256k1-node/).
* * Exports [`BN`](https://github.com/indutny/bn.js), [`rlp`](https://github.com/ethereumjs/rlp).
* @packageDocumentation
*/

Expand Down

0 comments on commit 10e2607

Please sign in to comment.