core/stellar: make sure function that awaits is async

pull/748/head
matejcik 5 years ago committed by matejcik
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…
Cancel
Save