mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
xmr: fix step layout in tx step_02
This commit is contained in:
parent
b2752f2bc5
commit
66a636433d
@ -34,7 +34,7 @@ async def set_input(state: State, src_entr: MoneroTransactionSourceEntry):
|
|||||||
state.current_input_index += 1
|
state.current_input_index += 1
|
||||||
|
|
||||||
await confirms.transaction_step(
|
await confirms.transaction_step(
|
||||||
state.STEP_INP, state.current_input_index, state.input_count
|
state.ctx, state.STEP_INP, state.current_input_index, state.input_count
|
||||||
)
|
)
|
||||||
|
|
||||||
if state.current_input_index >= state.input_count:
|
if state.current_input_index >= state.input_count:
|
||||||
|
Loading…
Reference in New Issue
Block a user