go-hdwallet icon indicating copy to clipboard operation
go-hdwallet copied to clipboard

Outdated btcd/btcec dependency

Open fuddin95 opened this issue 2 years ago • 1 comments

Due to outdated dependecies, it fails to install the main go-hdwallet repositry. The cause of this issue stems from github.com/btcsuite/btcd/btcec/ which doesn't exists anymore. This repository is now updated and can be installed using $ go install -u -v github.com/btcsuite/btcd/btcec/v2

At the current stage this repository is not usable since, it doesn't even compile.

If you would like, I can open a pull request addressing these issues

fuddin95 avatar Feb 02 '23 15:02 fuddin95