Skip to content

Commit 5c0c217

Browse files
authored
Update doc/schema.md to fix description of tx_id in datum and redeemer_data
1 parent 291bd0d commit 5c0c217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ A table containing Plutus Datum, found in witnesses or inlined in outputs
564564
|-|-|-|
565565
| `id` | integer (64) | |
566566
| `hash` | hash32type | The Hash of the Datum |
567-
| `tx_id` | integer (64) | The Tx table index for the transaction where this script first became available. |
567+
| `tx_id` | integer (64) | The Tx table index for the transaction where this datum was first used. |
568568
| `value` | jsonb | The actual data in JSON format (detailed schema) |
569569
| `bytes` | bytea | The actual data in CBOR format |
570570

@@ -578,7 +578,7 @@ A table containing Plutus Redeemer Data. These are always referenced by at least
578578
|-|-|-|
579579
| `id` | integer (64) | |
580580
| `hash` | hash32type | The Hash of the Plutus Data |
581-
| `tx_id` | integer (64) | The Tx table index for the transaction where this script first became available. |
581+
| `tx_id` | integer (64) | The Tx table index for the transaction where this redeemer data was first used. |
582582
| `value` | jsonb | The actual data in JSON format (detailed schema) |
583583
| `bytes` | bytea | The actual data in CBOR format |
584584

0 commit comments

Comments
 (0)