accounts/usbwallet: support webusb for Trezor wallets
This commit is contained in:
committed by
Péter Szilágyi
parent
7a22da98b9
commit
4799b5abd4
@ -36,6 +36,8 @@ import (
|
||||
"github.com/golang/protobuf/proto"
|
||||
)
|
||||
|
||||
var ErrInvalidDeviceType = errors.New("trezor: invalid device type")
|
||||
|
||||
// ErrTrezorPINNeeded is returned if opening the trezor requires a PIN code. In
|
||||
// this case, the calling application should display a pinpad and send back the
|
||||
// encoded passphrase.
|
||||
|
Reference in New Issue
Block a user