fix(bip32-utils): Replacing bip32-utils with PSF maintained fork

This commit is contained in:
Chris Troutner
2021-01-01 12:39:19 -08:00
parent 46de4f6a25
commit 0e7db7bf39
3 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const Bitcoin = require("bitcoincashjs-lib")
const coininfo = require("coininfo")
const bip32utils = require("bip32-utils")
const bip32utils = require("@psf/bip32-utils")
const bchaddrjs = require("bchaddrjs-slp")
class HDNode {