From 9445ddaae7e95eb5ccba144f19ac30b4e1e66adf Mon Sep 17 00:00:00 2001 From: Kwesi Aguillera Date: Fri, 17 Mar 2017 14:31:41 -0400 Subject: [PATCH] Attempt to resolve github file conflict --- gratipay/utils/fake_data.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gratipay/utils/fake_data.py b/gratipay/utils/fake_data.py index 075c7c52ec..045520a17e 100644 --- a/gratipay/utils/fake_data.py +++ b/gratipay/utils/fake_data.py @@ -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