diff --git a/core/src/apps/monero/layout/common.py b/core/src/apps/monero/layout/common.py index 1370b9a105..ab2155430d 100644 --- a/core/src/apps/monero/layout/common.py +++ b/core/src/apps/monero/layout/common.py @@ -26,7 +26,7 @@ async def naive_pagination( while True: await ctx.call(ButtonRequest(code=ButtonRequestType.SignTx), ButtonAck) - result = await paginated + result = await ctx.wait(paginated) if result is CONFIRMED: return True if result is CANCELLED: