Skip to content

Commit

Permalink
Debug smart_rollup_max_active_outbox_levels
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Sep 24, 2024
1 parent 0c6fb42 commit da4da61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridge_indexer/handlers/rollup_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ async def update_proof(self):
bridge_withdraw_operation: BridgeWithdrawOperation
outbox_message = bridge_withdraw_operation.outbox_message

if head_data.level - outbox_message.level > self._protocol.smart_rollup_max_active_outbox_levels:
continue
# if head_data.level - outbox_message.level > self._protocol.smart_rollup_max_active_outbox_levels:
# continue

if await RollupCementedCommitment.filter(inbox_level__gte=outbox_message.level).count() == 0:
continue
Expand Down

0 comments on commit da4da61

Please sign in to comment.