Skip to content

Commit

Permalink
Update rfcs/0052-extensible-udt/0052-extensible-udt.md
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com>
  • Loading branch information
XuJiandong and Flouse authored Jan 19, 2024
1 parent 248bdd2 commit 79bc843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfcs/0052-extensible-udt/0052-extensible-udt.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ table Script {
vector ScriptVec <Script>
```

Each entry included in `ScriptVec` structure is interpreted as a CKB script hash
for an extension script with additional behaviors. When an xUDT script is
Each entry included in `ScriptVec` structure is interpreted as
an extension script with additional behaviors. When an xUDT script is
executed, it will run through each included extension script. Only when all
extension scripts pass validation, will xUDT also consider the validation to be
successful.
Expand Down

0 comments on commit 79bc843

Please sign in to comment.