eip-778: clarify size of sequence number

This commit is contained in:
Felix Lange 2017-12-08 13:50:15 +01:00
parent fc9749ba72
commit 95e28ff614
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ be able to determine which record is newer.
The components of a node record are:
- `signature`: cryptographic signature of record contents
- `seq`: A sequence number. Nodes should increase the number whenever the record changes
and republish the record.
- `seq`: The sequence number, a 64 bit integer. Nodes should increase the number whenever
the record changes and republish the record.
- The remainder of the record consists of arbitrary key/value pairs, which must be sorted
by key.