1
0
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:
matejcik 2018-02-28 17:04:09 +01:00 committed by Pavol Rusnak
parent 248f479d68
commit a46f7b2fad

View File

@ -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():