mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 12:32:02 +00:00
fix(core): fix logging in thp.crypto.py
[no changelog]
This commit is contained in:
parent
ea0d143a76
commit
e1a0e8db2c
@ -161,7 +161,7 @@ class Handshake:
|
||||
if __debug__:
|
||||
log.debug(
|
||||
__name__,
|
||||
"(key_receive: %s, key_send: %d)",
|
||||
"(key_receive: %s, key_send: %s)",
|
||||
hexlify(self.key_receive),
|
||||
hexlify(self.key_send),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user