mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 20:11:00 +00:00
two more occurences
This commit is contained in:
parent
55a7bf92ce
commit
347925169d
@ -208,7 +208,7 @@ def layout_tap_to_confirm(address, amount, currency):
|
|||||||
|
|
||||||
@unimport_func
|
@unimport_func
|
||||||
def zprava():
|
def zprava():
|
||||||
from _io import BytesIO
|
from uio import BytesIO
|
||||||
|
|
||||||
from trezor.messages.GetAddress import GetAddress
|
from trezor.messages.GetAddress import GetAddress
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# eigenein (c) 2011
|
# eigenein (c) 2011
|
||||||
# http://eigenein.me/protobuf/
|
# http://eigenein.me/protobuf/
|
||||||
|
|
||||||
from _io import BytesIO
|
from uio import BytesIO
|
||||||
import ustruct
|
import ustruct
|
||||||
|
|
||||||
# Types. -----------------------------------------------------------------------
|
# Types. -----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user