Skip to content

Commit

Permalink
eip-778: clarify k/v key encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Nov 23, 2017
1 parent 329591a commit 7aef5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-778.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Records are signed and encoded as follows:

### Key/Value Pairs

Key/Value keys can be any byte sequence, but should be text. The following keys are
pre-defined:
The keys in key/value pairs can technically be any byte sequence, but ASCII text is
preferred. The following keys are pre-defined:

| Key | Value |
|:-------------|:-------------------------------------------------|
Expand Down

0 comments on commit 7aef5b6

Please sign in to comment.