Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails due to tesoro changes #2

Closed
rfjakob opened this issue Jul 2, 2018 · 1 comment
Closed

Build fails due to tesoro changes #2

rfjakob opened this issue Jul 2, 2018 · 1 comment
Assignees

Comments

@rfjakob
Copy link
Contributor

rfjakob commented Jul 2, 2018

$ git rev-parse HEAD
9da553bf44de131987eb89084b14d5c232423056

$ go build
# github.com/xaionaro-go/cryptoWallet/internal/wallets/satoshilabs/trezor
internal/wallets/satoshilabs/trezor/trezor.go:28:13: cannot use device (type "github.com/zserge/hid".Device) as type "github.com/conejoninja/tesoro/vendor/github.com/zserge/hid".Device in argument to t.SetDevice:
	"github.com/zserge/hid".Device does not implement "github.com/conejoninja/tesoro/vendor/github.com/zserge/hid".Device (wrong type for Info method)
		have Info() "github.com/zserge/hid".Info
		want Info() "github.com/conejoninja/tesoro/vendor/github.com/zserge/hid".Info
@xaionaro xaionaro self-assigned this Jul 4, 2018
@xaionaro
Copy link
Member

xaionaro commented Jul 5, 2018

Seems to be fixed.

Related commits: 1d241df 2873ad6 fa81c08 945751a 3e78111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants