Skip to content

Commit

Permalink
Merge pull request #434 from xrdavies/patch-1
Browse files Browse the repository at this point in the history
fix typo of type script in rfc0046
  • Loading branch information
janx authored Apr 3, 2024
2 parents 966a848 + 066f15a commit 610551e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfcs/0046-syscalls-summary/0046-syscalls-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ These are the field specifiers for syscalls that request a specific field of a c
| 1 | CKB_CELL_FIELD_DATA_HASH | The hash of the data within the data field of the cell. |
| 2 | CKB_CELL_FIELD_LOCK | The lock script of the cell. |
| 3 | CKB_CELL_FIELD_LOCK_HASH | The hash of the lock script of the cell. |
| 4 | CKB_CELL_FIELD_TYPE | The lock script of the cell. |
| 5 | CKB_CELL_FIELD_TYPE_HASH | The hash of the lock script of the cell. |
| 4 | CKB_CELL_FIELD_TYPE | The type script of the cell. |
| 5 | CKB_CELL_FIELD_TYPE_HASH | The hash of the type script of the cell. |
| 6 | CKB_CELL_FIELD_OCCUPIED_CAPACITY | The amount of capacity (CKB) that is currently being used by the cell. |

### Header Fields
Expand Down

0 comments on commit 610551e

Please sign in to comment.