mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 04:22:07 +00:00
temp add debug print to pairing
This commit is contained in:
parent
2f492adbc0
commit
89820e84ed
@ -273,6 +273,13 @@ async def _handle_qr_code_tag(
|
||||
print(
|
||||
"expected qr code tag:", hexlify(expected_tag).decode()
|
||||
) # TODO remove after testing
|
||||
print(
|
||||
"expected code qr code tag:",
|
||||
hexlify(ctx.display_data.code_qr_code).decode(),
|
||||
) # TODO remove after testing
|
||||
print(
|
||||
"expected secret:", hexlify(ctx.secret).decode()
|
||||
) # TODO remove after testing
|
||||
raise ThpError("Unexpected QR Code Tag")
|
||||
|
||||
return await _handle_secret_reveal(
|
||||
|
Loading…
Reference in New Issue
Block a user