Skip to content

Commit

Permalink
refactor: #712 removing elliptic: secp256k1.unit.test.ts reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi committed Apr 2, 2024
1 parent fe3209f commit 10d514d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/hdnode/hdnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ function fromPublicKey(publicKey: Buffer, chainCode: Buffer): IHDNode {
*
* @param {bip32.HDKey} hdkey - The HDKey to create the IHDNode from.
* @returns {IHDNode} The created IHDNode instance.
* @internal
*/
function of(hdkey: bip32.HDKey): IHDNode {
const publicKey =
Expand Down Expand Up @@ -195,5 +194,6 @@ function of(hdkey: bip32.HDKey): IHDNode {
export const HDNode = {
fromMnemonic,
fromPrivateKey,
fromPublicKey
fromPublicKey,
of
};

0 comments on commit 10d514d

Please sign in to comment.