mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 23:38:09 +00:00
xmr: live refresh progress starts from 0
Migrated from https://github.com/trezor/trezor-core/pull/552
This commit is contained in:
parent
e513063988
commit
021a8a0cb8
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user