From 4536b23288d22790457ef3bd8bae6d9e8c96de70 Mon Sep 17 00:00:00 2001 From: Choice Coin <87402354+ChoiceCoin@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:55:34 -0400 Subject: [PATCH] Update Democratic_Rewards.py --- contracts/Democratic_Rewards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/Democratic_Rewards.py b/contracts/Democratic_Rewards.py index 670ca7b..6103941 100644 --- a/contracts/Democratic_Rewards.py +++ b/contracts/Democratic_Rewards.py @@ -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)