1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00

core/stellar: make sure function that awaits is async

This commit is contained in:
matejcik 2019-12-09 15:28:30 +01:00 committed by matejcik
parent 6225fa6193
commit 3a132e594e

View File

@ -63,7 +63,7 @@ async def _init(ctx, w: bytearray, pubkey: bytes, msg: StellarSignTx):
)
def _timebounds(ctx, w: bytearray, start: int, end: int):
async def _timebounds(ctx, w: bytearray, start: int, end: int):
# timebounds are only present if timebounds_start or timebounds_end is non-zero
if start or end:
# confirm dialog