Make requested changes

This commit is contained in:
ligi 2017-12-22 11:24:31 +01:00
parent 37cfc31665
commit 7c75cab964
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -55,7 +55,7 @@ Returns the type of the canary:
* `5` = Multiple mandatory feeders (as defined in ERC-TBD)
* `6` = IOT (as defined in ERC-TBD)
`1` might also be used for a special purpose contract that does not need a special type but still want to expose the functions and provide events as defined in this ERC.
`1` might also be used for a special purpose contract that does not need a special type but still wants to expose the functions and provide events as defined in this ERC.
``` js
function getType() constant returns (uint8 type)
@ -65,7 +65,7 @@ function getType() constant returns (uint8 type)
#### RIP
MUST trigger when the canary died.
MUST trigger when the contract is called the first time after the canary died.
``` js
event RIP()