mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-12 16:30:56 +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:
|
class LiveRefreshState:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.current_output = -1
|
self.current_output = 0
|
||||||
self.creds = None
|
self.creds = None
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user