mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-06 06:42:33 +00:00
flake8: fix complaints in new code.
One of these days I'm going to automate this check.
This commit is contained in:
parent
7e1d962799
commit
4b59d9191c
@ -778,7 +778,7 @@ class ProtocolMixin(object):
|
|||||||
tx.inputs = inputs
|
tx.inputs = inputs
|
||||||
tx.outputs = outputs
|
tx.outputs = outputs
|
||||||
|
|
||||||
txes = { None: tx }
|
txes = {None: tx}
|
||||||
|
|
||||||
for inp in inputs:
|
for inp in inputs:
|
||||||
if inp.prev_hash in txes:
|
if inp.prev_hash in txes:
|
||||||
|
Loading…
Reference in New Issue
Block a user