mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +00:00
typo
This commit is contained in:
parent
1f893afedd
commit
9b8462f71e
@ -71,7 +71,7 @@ class BaseClient(object):
|
||||
if handler != None:
|
||||
msg = handler(resp)
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user