mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 14:57:09 -04:00
device/trezor: trezor support added
This commit is contained in:
parent
963d247154
commit
29ffb6bba8
35 changed files with 4591 additions and 39 deletions
|
@ -141,6 +141,7 @@ namespace hw {
|
|||
bool set_mode(device_mode mode) override;
|
||||
|
||||
device_type get_type() const override {return device_type::LEDGER;};
|
||||
device_protocol_t device_protocol() const override { return PROTOCOL_PROXY; };
|
||||
|
||||
/* ======================================================================= */
|
||||
/* LOCKER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue