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:
parent
6225fa6193
commit
3a132e594e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user