mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 01:18:54 +00:00
src/apps/homescreen: fix typo in Ping response (#129)
This commit is contained in:
parent
248f479d68
commit
a46f7b2fad
@ -56,7 +56,7 @@ async def respond_Pong(ctx, msg):
|
|||||||
from apps.common.request_passphrase import protect_by_passphrase
|
from apps.common.request_passphrase import protect_by_passphrase
|
||||||
await protect_by_passphrase(ctx)
|
await protect_by_passphrase(ctx)
|
||||||
|
|
||||||
return Success(messge=msg.message)
|
return Success(message=msg.message)
|
||||||
|
|
||||||
|
|
||||||
def boot():
|
def boot():
|
||||||
|
Loading…
Reference in New Issue
Block a user