mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
device/trezor: button request callback fix
This commit is contained in:
parent
7973fb6a69
commit
fbbe75d75f
1 changed files with 2 additions and 1 deletions
|
@ -412,10 +412,11 @@ namespace trezor {
|
|||
CHECK_AND_ASSERT_THROW_MES(msg, "Empty message");
|
||||
MDEBUG("on_button_request, code: " << msg->code());
|
||||
|
||||
TREZOR_CALLBACK(on_button_request, msg->code());
|
||||
|
||||
messages::common::ButtonAck ack;
|
||||
write_raw(&ack);
|
||||
|
||||
TREZOR_CALLBACK(on_button_request, msg->code());
|
||||
resp = read_raw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue