From 311548fc6e1b0c87fdb5b52c423876d8b2c59afd Mon Sep 17 00:00:00 2001 From: Tom Wang Date: Mon, 13 May 2024 17:21:29 +0800 Subject: [PATCH] Fix typo (#438) --- rfcs/0019-data-structures/0019-data-structures.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rfcs/0019-data-structures/0019-data-structures.md b/rfcs/0019-data-structures/0019-data-structures.md index 7e1a3120c..9ca07172c 100644 --- a/rfcs/0019-data-structures/0019-data-structures.md +++ b/rfcs/0019-data-structures/0019-data-structures.md @@ -171,10 +171,10 @@ For more information regarding how `Script` structure is implemented please refe #### OutPoint -| Name | Type | Description | -| ------- | ------------------ | ------------------------------------------------------------ | -| `hash` | H256(hash) | **The hash of the transaction that this cell belongs to.** | -| `index` | uint32 | **The index of the cell in its transaction's output list.** | +| Name | Type | Description | +| ----------| ------------------ | ------------------------------------------------------------ | +| `tx_hash` | H256(hash) | **The hash of the transaction that this cell belongs to.** | +| `index` | uint32 | **The index of the cell in its transaction's output list.** |