Skip to content

Commit

Permalink
ignoring transaction hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhopro committed Feb 5, 2015
1 parent cbf769a commit 93a9ec6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/trade/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2227,11 +2227,6 @@ def match_deposit_data(self, session, amount, data):
if self.paid_value != amount:
return False

if 'TransactionHash' in current_data and \
'TransactionHash' in new_data and \
current_data['TransactionHash'] != new_data['TransactionHash']:
return False

if 'InputTransactionHash' in current_data and \
'InputTransactionHash' in new_data and \
current_data['InputTransactionHash'] != new_data['InputTransactionHash']:
Expand Down

0 comments on commit 93a9ec6

Please sign in to comment.