Skip to content

Commit

Permalink
Update Democratic_Rewards.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoiceCoin authored Aug 10, 2021
1 parent 1c0adc1 commit 4536b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Democratic_Rewards.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def init_democratic_participation():
def democratic_awards(query,address):
if query == 'Letter to local legistature':
comment = 'Here is your Choice Coin Reward. \n Thanks for sending a letter to your local government'
reward_amount = "Value"
reward_amount = ""#Amount of Reward
choice_trade(fund_address, fund_key, address, reward_amount, asset_id,comment)
else:
comment = "Here is you Choice Coin Reward! \n Thanks for participating in our democracy!"
reward_amount = "Value"
reward_amount = ""#Amount of Reward
choice_trade(fund_address, fund_key, address, reward_amount, asset_id,comment)

0 comments on commit 4536b23

Please sign in to comment.