Automatically merged updates to draft EIP(s) 1154

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call 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:
Alan Lu 2018-07-26 16:25:55 -05:00 committed by EIP Automerge Bot
parent b2f2d48dec
commit fd0b4a8b35

View File

@ -42,6 +42,9 @@ Both the ID and the results are intentionally unstructured so that things like t
<dt>Result</dt>
<dd>Data associated with an id which is reported by an oracle. This data oftentimes will be the answer to a question tied to the id. Other equivalent terms that have been used include: answer, data, outcome.</dd>
<dt>Report</dt>
<dd>A pair (ID, result) which an oracle sends to an oracle handler.</dd>
</dl>
```solidity