Remove typo
This commit is contained in:
parent
9c7387795f
commit
e011f7208a
@ -483,12 +483,8 @@ def processBlock(blockindex=None, blockhash=None):
|
|||||||
if blockindex in pause_index:
|
if blockindex in pause_index:
|
||||||
print(f'Paused at {blockindex}')
|
print(f'Paused at {blockindex}')
|
||||||
|
|
||||||
# Check smartContracts which will be triggered locally, and not by the contract committee
|
# Check and perform operations which do not require blockchain intervention
|
||||||
#checkLocaltriggerContracts(blockinfo)
|
checkLocal_expiry_trigger_deposit(blockinfo)
|
||||||
# Check if any deposits have to be returned
|
|
||||||
#checkReturnDeposits(blockinfo)
|
|
||||||
|
|
||||||
#checkLocal_expiry_trigger_deposit(blockinfo)
|
|
||||||
|
|
||||||
# todo Rule 8 - read every transaction from every block to find and parse flodata
|
# todo Rule 8 - read every transaction from every block to find and parse flodata
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user