accounts/usbwallet/trezor: expose protobuf package (#17980)

When some of the same messages are redefined anywhere in a Go project,
the protobuf package panics (see
https://github.com/golang/protobuf/issues/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.
pull/18577/head
benma 6 years ago committed by Felix Lange
parent 2209fede4e
commit dddd6ef006
  1. 2
      accounts/usbwallet/trezor.go
  2. 0
      accounts/usbwallet/trezor/messages.pb.go
  3. 0
      accounts/usbwallet/trezor/messages.proto
  4. 0
      accounts/usbwallet/trezor/trezor.go
  5. 0
      accounts/usbwallet/trezor/types.pb.go
  6. 0
      accounts/usbwallet/trezor/types.proto
Loading…
Cancel
Save