File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cardano-db/src/Cardano/Db Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments