mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 1066
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing draft EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
56be501bab
commit
5bec04d8ef
|
@ -93,15 +93,15 @@ function safeIncrement(uint8 interval) public returns (byte status, uint8 newCou
|
|||
}
|
||||
```
|
||||
|
||||
In the rare case that there a multiple codes required to express an idea,
|
||||
they should be organized in asending order.
|
||||
In the rare case that there are multiple codes required to express an idea,
|
||||
they should be organized in ascending order.
|
||||
|
||||
### Code Table
|
||||
|
||||
Codes break nicely into a 16x16 matrix, represented as a 2-digit hex number.
|
||||
The high nibble represents the code's kind or "category", and the low nibble contains
|
||||
the state or "reason". We present them below as separate tables per range for
|
||||
explanitory and layout reasons.
|
||||
explanatory and layout reasons.
|
||||
|
||||
Unspecified codes are _not_ free for arbitrary use, but rather open for further specification.
|
||||
|
||||
|
@ -178,7 +178,7 @@ Data lookups and order matching are two common use cases.
|
|||
#### Negotiation, Terms, and Offers
|
||||
|
||||
Negotiation, and very broadly the flow of such transactions.
|
||||
Note that "other party" may be more than one actor (not nessesarily the sender).
|
||||
Note that "other party" may be more than one actor (not necessarily the sender).
|
||||
|
||||
| Code | Description |
|
||||
|-----------------|:----------------------------|
|
||||
|
|
Loading…
Reference in New Issue