From 3a132e594e490b25d9e53a65dd875442c958653a Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 9 Dec 2019 15:28:30 +0100 Subject: [PATCH] core/stellar: make sure function that awaits is async --- core/src/apps/stellar/sign_tx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/stellar/sign_tx.py b/core/src/apps/stellar/sign_tx.py index 97289284b..c77b99e81 100644 --- a/core/src/apps/stellar/sign_tx.py +++ b/core/src/apps/stellar/sign_tx.py @@ -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