Skip to content

Commit

Permalink
Be more precise for max byte size
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 10, 2023
1 parent e7ed6a2 commit d2966a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0038/tip-0038.md
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ Feature</i>: smart contract request parameters are encoded in the metadata field
- Each `Key` in the `Entries` must consist only of bytes that are valid ASCII characters, that is, each byte may not
exceed `127`.
- `Entries Count` must be at least `1`.
- The serialized size of the feature may not exceed `8192` bytes.
- The `Entries Count` plus the serialized size of `Entries` must not exceed `8192` bytes.

### Tag Feature

Expand Down

0 comments on commit d2966a9

Please sign in to comment.