Skip to content

Commit fdff5f2

Browse files
committed
Return correct network from Ogmios context
1 parent 664da72 commit fdff5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/backend/ogmios.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def _fetch_genesis_param(self) -> GenesisParameters:
244244
@property
245245
def network(self) -> Network:
246246
"""Get current network"""
247-
return self.network
247+
return self._network
248248

249249
@property
250250
def epoch(self) -> int:

0 commit comments

Comments
 (0)