Skip to content

Commit

Permalink
xmr: black
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 13, 2018
1 parent 59915a8 commit 6996bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/monero/protocol/tsx_sign_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,9 @@ def swapper(x, y):
# Incremental hashing
if self.in_memory():
for idx in range(self.num_inputs()):
vini_bin = misc.dump_msg(self.tx.vin[idx], preallocate=65, prefix=b"\x02")
vini_bin = misc.dump_msg(
self.tx.vin[idx], preallocate=65, prefix=b"\x02"
)
self.hash_vini_pseudo_out(vini_bin, idx)
self._mem_trace("i: %s" % idx if __debug__ else None, True)

Expand Down

0 comments on commit 6996bd9

Please sign in to comment.