mirror of
https://github.com/monero-project/monero.git
synced 2025-05-11 20:35:03 -04:00
Merge pull request #6446
e509ede
trezor: adapt to new passphrase mechanism (ph4r05)
This commit is contained in:
commit
c9b800a787
24 changed files with 434 additions and 256 deletions
|
@ -79,7 +79,7 @@ namespace hw {
|
|||
virtual void on_button_request(uint64_t code=0) {}
|
||||
virtual void on_button_pressed() {}
|
||||
virtual boost::optional<epee::wipeable_string> on_pin_request() { return boost::none; }
|
||||
virtual boost::optional<epee::wipeable_string> on_passphrase_request(bool on_device) { return boost::none; }
|
||||
virtual boost::optional<epee::wipeable_string> on_passphrase_request(bool & on_device) { on_device = true; return boost::none; }
|
||||
virtual void on_progress(const device_progress& event) {}
|
||||
virtual ~i_device_callback() = default;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue