Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Attempt to resolve github file conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kaguillera committed Mar 17, 2017
1 parent 54f70d1 commit 9445dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gratipay/utils/fake_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ def fake_payment(db, participant, team, timestamp, amount, payday, direction):


def fake_exchange(db, participant, amount, fee, timestamp):
"""Create a fake exchange for a participant
"""
route=get_exchange_route(db, participant.id)
ref = '%s-%s-%s' % (participant.username, route, timestamp.microsecond)
return insert_fake_data( db
Expand Down

0 comments on commit 9445dda

Please sign in to comment.