Skip to content

Commit

Permalink
Fix TezosHeadIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Aug 7, 2024
1 parent 34ad55e commit 8da199e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dipdup/config/tezos_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ class TezosHeadIndexConfig(TezosIndexConfig):
datasources: tuple[Alias[TezosTzktDatasourceConfig], ...]
callback: str

@property
def handler_config(self) -> TezosTzktHeadHandlerConfig:
self.parent = self
return self

@property
def first_level(self) -> int:
return 0
Expand Down

0 comments on commit 8da199e

Please sign in to comment.