Skip to content

Commit

Permalink
xmr: grouping is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Oct 17, 2018
1 parent 684c7e1 commit 973c457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/apps/monero/protocol/signing/step_01_init_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ def _check_rsig_data(state: State, rsig_data: MoneroTransactionRsigData):


def _check_grouping(state: State):
if state.rsig_grouping is None or len(state.rsig_grouping) == 0:
return

acc = 0
for x in state.rsig_grouping:
if x is None or x <= 0:
Expand Down

0 comments on commit 973c457

Please sign in to comment.