1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 15:28:10 +00:00

xmr: live refresh progress starts from 0

Migrated from https://github.com/trezor/trezor-core/pull/552
This commit is contained in:
Tomas Susanka 2019-04-19 16:07:23 +02:00
parent e513063988
commit 021a8a0cb8

View File

@ -37,7 +37,7 @@ async def live_refresh(ctx, msg: MoneroLiveRefreshStartRequest, keychain):
class LiveRefreshState:
def __init__(self):
self.current_output = -1
self.current_output = 0
self.creds = None