mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-01 18:30:56 +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
|
||||
await protect_by_passphrase(ctx)
|
||||
|
||||
return Success(messge=msg.message)
|
||||
return Success(message=msg.message)
|
||||
|
||||
|
||||
def boot():
|
||||
|
Loading…
Reference in New Issue
Block a user