Skip to content

Commit

Permalink
Fix typo (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
twhy authored May 13, 2024
1 parent 198fc90 commit 311548f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rfcs/0019-data-structures/0019-data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.** |



Expand Down

0 comments on commit 311548f

Please sign in to comment.