Skip to content

Commit

Permalink
Return correct network from Ogmios context
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Nov 25, 2023
1 parent 664da72 commit fdff5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycardano/backend/ogmios.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _fetch_genesis_param(self) -> GenesisParameters:
@property
def network(self) -> Network:
"""Get current network"""
return self.network
return self._network

@property
def epoch(self) -> int:
Expand Down

0 comments on commit fdff5f2

Please sign in to comment.