Skip to content

Commit

Permalink
Merge pull request #48 from Sindri-Labs/kp-small-cleanup
Browse files Browse the repository at this point in the history
Remove outdated variable
  • Loading branch information
KPreisner authored Jul 18, 2024
2 parents 5da072e + 1a3cdd5 commit 80f3504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sindri/sindri.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def __init__(self, api_key: str, verbose_level: int = 0, **kwargs):

self.polling_interval_sec: int = 1 # polling interval for circuit compilation & proving
self.max_polling_iterations: int = 172800 # 2 days with polling interval 1 second
self.perform_verify: bool = False

self._api_url = self._get_api_url(**kwargs)
self.set_api_key(api_key)
Expand Down

0 comments on commit 80f3504

Please sign in to comment.