Skip to content

Commit 245fd97

Browse files
committed
fix description of tx_id in datum and redeemer_data
1 parent 291bd0d commit 245fd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cardano-db/src/Cardano/Db/Schema.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,14 +852,14 @@ schemaDocs =
852852
Datum --^ do
853853
"A table containing Plutus Datum, found in witnesses or inlined in outputs"
854854
DatumHash # "The Hash of the Datum"
855-
DatumTxId # "The Tx table index for the transaction where this script first became available."
855+
DatumTxId # "The Tx table index for the transaction where this datum was first observed."
856856
DatumValue # "The actual data in JSON format (detailed schema)"
857857
DatumBytes # "The actual data in CBOR format"
858858

859859
RedeemerData --^ do
860860
"A table containing Plutus Redeemer Data. These are always referenced by at least one redeemer. New in v13: split from datum table."
861861
RedeemerDataHash # "The Hash of the Plutus Data"
862-
RedeemerDataTxId # "The Tx table index for the transaction where this script first became available."
862+
RedeemerDataTxId # "The Tx table index for the transaction where this redeemer data was first used."
863863
RedeemerDataValue # "The actual data in JSON format (detailed schema)"
864864
RedeemerDataBytes # "The actual data in CBOR format"
865865

0 commit comments

Comments
 (0)