src/apps/homescreen: fix typo in Ping response (#129)

pull/25/head
matejcik 6 years ago committed by Pavol Rusnak
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…
Cancel
Save