From e011f7208a96bd114d82e5fbe6ed44904fb939a5 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Tue, 22 Aug 2023 10:41:19 +0000 Subject: [PATCH] Remove typo --- tracktokens_smartcontracts.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tracktokens_smartcontracts.py b/tracktokens_smartcontracts.py index fb54a5d..ffccf8e 100755 --- a/tracktokens_smartcontracts.py +++ b/tracktokens_smartcontracts.py @@ -483,12 +483,8 @@ def processBlock(blockindex=None, blockhash=None): if blockindex in pause_index: print(f'Paused at {blockindex}') - # Check smartContracts which will be triggered locally, and not by the contract committee - #checkLocaltriggerContracts(blockinfo) - # Check if any deposits have to be returned - #checkReturnDeposits(blockinfo) - - #checkLocal_expiry_trigger_deposit(blockinfo) + # Check and perform operations which do not require blockchain intervention + checkLocal_expiry_trigger_deposit(blockinfo) # todo Rule 8 - read every transaction from every block to find and parse flodata counter = 0