Skip to content

Commit

Permalink
Remove default api url from blockfrost context
Browse files Browse the repository at this point in the history
This fixes a bug where network and provided project_id mismatch.
  • Loading branch information
cffls committed Nov 25, 2023
1 parent 9b5d367 commit 664da72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycardano/backend/blockfrost.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(
self,
project_id: str,
network: Optional[Network] = None,
base_url: str = ApiUrls.preprod.value,
base_url: Optional[str] = None,
):
if network is not None:
warnings.warn(
Expand Down

0 comments on commit 664da72

Please sign in to comment.