Skip to content

Commit

Permalink
no more warnings when grants is out of gas
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Oct 6, 2020
1 parent fa1102d commit b9522fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Command(BaseCommand):

def handle(self, *args, **options):
w3 = get_web3('mainnet')
monitored_accounts = [settings.KUDOS_OWNER_ACCOUNT, settings.GRANTS_OWNER_ACCOUNT]
monitored_accounts = [settings.KUDOS_OWNER_ACCOUNT]
for account in monitored_accounts:
balance_eth_threshold = 0.1
if account == settings.KUDOS_OWNER_ACCOUNT:
Expand Down

0 comments on commit b9522fe

Please sign in to comment.