1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-15 19:08:07 +00:00

xmr: fix step layout in tx step_02

This commit is contained in:
Jan Pochyla 2018-10-30 12:24:22 +01:00
parent b2752f2bc5
commit 66a636433d

View File

@ -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: