Skip to content

Commit

Permalink
Fix typo in built-in fuctions - set username.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure authored Feb 7, 2024
2 parents a0ae0c5 + bc5dc17 commit d68140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/built-in-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SetUserNameTransaction {
Receiver: <DNS address that corresponds to the sender>
Value: 0
GasLimit: 1_200_000
Data: "SetUserName@" +
Data: "SetUserName" +
"@" + <username in hexadecimal encoding>
}
```
Expand Down

0 comments on commit d68140f

Please sign in to comment.