Skip to content

Commit

Permalink
xmr: sign step 09 - fix in_memory artifact, dead branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Oct 3, 2018
1 parent 8fa4066 commit 164a7d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/apps/monero/protocol/signing/step_09_sign_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ async def sign_input(
)
pseudo_out_c = crypto.decodepoint(pseudo_out)

elif state.use_simple_rct:
alpha_c = state.input_alphas[state.current_input_index]
pseudo_out_c = crypto.decodepoint(
state.input_pseudo_outs[state.current_input_index]
)

else:
alpha_c = None
pseudo_out_c = None

# Spending secret
from apps.monero.xmr.enc import chacha_poly
from apps.monero.xmr.serialize_messages.ct_keys import CtKey
Expand Down

0 comments on commit 164a7d6

Please sign in to comment.