From fce9a777430f5fb510cac891965229893c10be93 Mon Sep 17 00:00:00 2001 From: Gruve_p Date: Mon, 15 Oct 2018 17:05:47 +0200 Subject: [PATCH] fix bip32 dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a6bcdd6f..f6a34ba32 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ ], "dependencies": { "bech32": "^1.1.2", - "bip32": "https://github.com/Groestlcoin/bip32grs", + "bip32grs": "https://github.com/Groestlcoin/bip32grs", "bip66": "^1.1.0", "bitcoin-ops": "^1.4.0", "bs58grscheck": "https://github.com/Groestlcoin/bs58grscheck.git",