Skip to content

Commit

Permalink
XUDT data part is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed Mar 23, 2024
1 parent faa1ac8 commit 3666353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0052-extensible-udt/0052-extensible-udt.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ table XudtData {
The `data` field included in `XudtData`, must be of the same length
as `ScriptVec` structure included in xUDT args. Some extensions might require
user-specific data stored in each xUDT cell. xUDT data provides a place for such
data.
data. This XUDT data part can be optional.

The `lock` field included in `XudtData` will not be used by the xUDT script. It
is reserved for lock script specific data for current cells.
Expand Down

0 comments on commit 3666353

Please sign in to comment.