Skip to content

Commit 8abf39c

Browse files
committed
Fix KupoOgmiosV6ChainContext
1 parent d76ac04 commit 8abf39c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pycardano/backend/ogmios_v6.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ class OgmiosChainContext(OgmiosV6ChainContext):
368368
def KupoOgmiosV6ChainContext(
369369
host: str,
370370
port: int,
371+
path: str,
371372
secure: bool,
372373
refetch_chain_tip_interval: Optional[float] = None,
373374
utxo_cache_size: int = 10000,
@@ -379,6 +380,7 @@ def KupoOgmiosV6ChainContext(
379380
OgmiosV6ChainContext(
380381
host,
381382
port,
383+
path,
382384
secure,
383385
refetch_chain_tip_interval,
384386
utxo_cache_size,

0 commit comments

Comments
 (0)