mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-02 06:08:46 +00:00
typo
This commit is contained in:
parent
1f893afedd
commit
9b8462f71e
@ -71,7 +71,7 @@ class BaseClient(object):
|
|||||||
if handler != None:
|
if handler != None:
|
||||||
msg = handler(resp)
|
msg = handler(resp)
|
||||||
if msg == None:
|
if msg == None:
|
||||||
raise Exception("Callback %s must return protobug message, not None" % handler)
|
raise Exception("Callback %s must return protobuf message, not None" % handler)
|
||||||
|
|
||||||
resp = self.call(msg)
|
resp = self.call(msg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user