Skip to content

Commit

Permalink
xmr: TrezorTxPrefixHashNotMatchingError note removed
Browse files Browse the repository at this point in the history
only concerns multisig
  • Loading branch information
tsusanka committed Oct 11, 2018
1 parent 5af0fea commit 3c69a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/monero/sign_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ async def sign_tx_dispatch(state, msg):
elif msg.MESSAGE_WIRE_TYPE == MessageType.MoneroTransactionAllOutSetRequest:
from apps.monero.protocol.signing import step_07_all_outputs_set

# todo check TrezorTxPrefixHashNotMatchingError
return (
await step_07_all_outputs_set.all_outputs_set(state),
(MessageType.MoneroTransactionMlsagDoneRequest,),
Expand Down

0 comments on commit 3c69a2e

Please sign in to comment.