Skip to content

Commit

Permalink
add fulfillment.token_name
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Apr 22, 2020
1 parent 8f01fd1 commit 8702f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4955,6 +4955,7 @@ def fulfill_bounty_v1(request):
fulfillment.created_on = now
fulfillment.modified_on = now
fulfillment.funder_last_notified_on = now
fulfillment.token_name = bounty.token_name
fulfillment.fulfiller_github_username = profile.handle

# fulfillment.fulfiller_name ETC-TODO: REMOVE ?
Expand Down

0 comments on commit 8702f45

Please sign in to comment.