mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-31 18:40:56 +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
|
||||
def zprava():
|
||||
from _io import BytesIO
|
||||
from uio import BytesIO
|
||||
|
||||
from trezor.messages.GetAddress import GetAddress
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# eigenein (c) 2011
|
||||
# http://eigenein.me/protobuf/
|
||||
|
||||
from _io import BytesIO
|
||||
from uio import BytesIO
|
||||
import ustruct
|
||||
|
||||
# Types. -----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user