plugeth/accounts/usbwallet
benma dddd6ef006 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.
2019-01-26 14:30:47 +01:00
..
trezor accounts/usbwallet/trezor: expose protobuf package (#17980) 2019-01-26 14:30:47 +01:00
hub.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00
ledger.go usbwallet: check returned error when decoding hexstr (#18056) 2018-12-13 10:21:52 +01:00
trezor.go accounts/usbwallet/trezor: expose protobuf package (#17980) 2019-01-26 14:30:47 +01:00
wallet.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00