device/trezor: trezor support added
This commit is contained in:
@@ -89,6 +89,7 @@ namespace cryptonote
|
||||
|
||||
hw::device& get_device() const {return m_keys.get_device();}
|
||||
void set_device( hw::device &hwdev) {m_keys.set_device(hwdev);}
|
||||
void deinit();
|
||||
|
||||
uint64_t get_createtime() const { return m_creation_timestamp; }
|
||||
void set_createtime(uint64_t val) { m_creation_timestamp = val; }
|
||||
|
||||
Reference in New Issue
Block a user