Skip to content

Commit

Permalink
Merge branch 'main' into feat/persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 24, 2023
2 parents a544e33 + 2e00106 commit 00b2bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, settings: Optional[Settings] = None):
self.contract_events: Dict[AddressType, Dict[str, ContractEvent]] = {}
self.poll_settings: Dict[str, Dict] = {}

atexit.register(self.network.__exit__)
atexit.register(self.network.__exit__, None, None, None)

self.signer = settings.get_signer()
self.new_block_timeout = settings.NEW_BLOCK_TIMEOUT
Expand Down

0 comments on commit 00b2bf9

Please sign in to comment.