We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2d1d4 commit be8d0cfCopy full SHA for be8d0cf
pycardano/backend/ogmios.py
@@ -364,7 +364,7 @@ def _utxos_kupo(self, address: str) -> List[UTxO]:
364
365
if not result["value"]["assets"]:
366
tx_out = TransactionOutput(
367
- Address.from_primitive(address),
+ Address.from_primitive(result["address"]),
368
amount=lovelace_amount,
369
datum_hash=datum_hash,
370
datum=datum,
@@ -382,7 +382,7 @@ def _utxos_kupo(self, address: str) -> List[UTxO]:
382
] = quantity
383
384
385
386
amount=Value(lovelace_amount, multi_assets),
387
388
0 commit comments