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

usbwallet: expose internal trezor proto package #17980

Merged
merged 1 commit into from
Jan 26, 2019

Commits on Jan 24, 2019

  1. usbwallet: expose internal trezor proto package

    When some of the same messages are redefined anywhere in a Go project,
    the protobuf package panics (see
    golang/protobuf#178).
    
    Since this package is internal, there is no way to work around it, as
    one cannot use it directly, but also cannot define the same messages.
    
    There is no downside in making the package accessible.
    benma committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    bc9c993 View commit details
    Browse the repository at this point in the history