Fix version of bip32 package #14

Merged
nikugogoi merged 1 commits from ng-bip32-version into main 2022-12-09 12:43:54 +00:00
nikugogoi commented 2022-12-09 12:40:20 +00:00 (Migrated from github.com)

Fix package version for bip32 as the next minor version doesn't work.

testecc.js?76e8:17 Uncaught TypeError: ecc.xOnlyPointAddTweak is not a function
    at Object.testEcc (testecc.js?76e8:17:1)
    at BIP32Factory (bip32.js?b5ed:9:1)
    at Object.eval (account.js?4e34:55:1)
    at eval (account.js?4e34:178:1)
    at ../../node_modules/@cerc-io/laconic-sdk/dist/account.js (cerc-io.bundle.js:11:1)
Fix package version for `bip32` as the next minor version doesn't work. ``` testecc.js?76e8:17 Uncaught TypeError: ecc.xOnlyPointAddTweak is not a function at Object.testEcc (testecc.js?76e8:17:1) at BIP32Factory (bip32.js?b5ed:9:1) at Object.eval (account.js?4e34:55:1) at eval (account.js?4e34:178:1) at ../../node_modules/@cerc-io/laconic-sdk/dist/account.js (cerc-io.bundle.js:11:1) ```
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-sdk#14
No description provided.