Skip to content

Commit 91aa6d9

Browse files
committed
Fix resolveScriptHash
Fixes #1890
1 parent 08f82fc commit 91aa6d9

File tree

1 file changed

+1
-1
lines changed
  • cardano-db-sync/src/Cardano/DbSync/Era/Universal/Insert

1 file changed

+1
-1
lines changed

cardano-db-sync/src/Cardano/DbSync/Era/Universal/Insert/Tx.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ insertTxOut tracer cache iopts (txId, txHash) (Generic.TxOut index addr value ma
255255
pure $
256256
DB.VTxOutW
257257
(mkTxOutVariant mSaId addrId mDatumId mScriptId)
258-
Nothing
258+
(Just vAddress)
259259
-- TODO: Unsure about what we should return here for eutxo
260260
let !eutxo =
261261
case ioTxOutTableType iopts of

0 commit comments

Comments
 (0)