gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

bchwallet installation bug in keystore.go:2258:21 #35

Closed masaruduy closed 5 years ago

masaruduy commented 5 years ago

$go get github.com/gcash/bchwallet

github.com/gcash/bchwallet/internal/legacy/keystore

../src/github.com/gcash/bchwallet/internal/legacy/keystore/keystore.go:2258:21: privKey.Sign undefined (type *bchec.PrivateKey has no field or method Sign)

cpacia commented 5 years ago

Thanks. The open backport PR has some fixes in it to bring it up to date with bchd master.

masaruduy commented 5 years ago

Thanks for the update! Is there a workaround for now?

On Tue, Mar 26, 2019, 12:46 AM Chris Pacia, notifications@github.com wrote:

Thanks. The open backport PR has some fixes in it to bring it up to date with bchd master.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gcash/bchwallet/issues/35#issuecomment-476473972, or mute the thread https://github.com/notifications/unsubscribe-auth/AHAD_k-KQiZK2Yroq1YYg_tJ7vCAUcAkks5vaaYvgaJpZM4cKcfv .

cpacia commented 5 years ago

PR has been merged. You should be able to compile now.

masaruduy commented 5 years ago

I believe the same issue exists. I've tried the install command and am still getting: $ go get github.com/gcash/bchwallet

github.com/gcash/bchwallet/internal/legacy/keystore

src/github.com/gcash/bchwallet/internal/legacy/keystore/keystore.go:2258:21: privKey.Sign undefined (type *bchec.PrivateKey has no field or method Sign)