Skip to content

Commit 4efb514

Browse files
authored
Update schema.md
Change datum "first used" to "first observed"
1 parent 5c0c217 commit 4efb514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/schema.md

Lines changed: 1 addition & 1 deletion
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 datum was first used. |
567+
| `tx_id` | integer (64) | The Tx table index for the transaction where this datum was first observed. |
568568
| `value` | jsonb | The actual data in JSON format (detailed schema) |
569569
| `bytes` | bytea | The actual data in CBOR format |
570570

0 commit comments

Comments
 (0)