Revert to more closely describe implementation

As implemented:
https://github.com/ethereum/ens/blob/mainnet/contracts/HashRegistrarSimplified.sol#L379
This commit is contained in:
maurelian 2017-07-06 11:37:58 -04:00
parent ff3716b965
commit 62f3052774

View File

@ -121,7 +121,7 @@ The following table outlines what portion of the balance held in a deed contract
| --- | --- | --- |
| A valid non-winning bid is revealed. | Bidder | 99.5% |
| A bid submitted after the auction period is revealed. | Bidder | 99.5% |
| A bid is revealed after the reveal period. <sup>1</sup> | Bidder | 0.5% |
| An otherwise valid bid is revealed on an owned name. <sup>1</sup> | Bidder | 0.5% |
| An expired sealed bid is cancelled. <sup>2</sup> | Canceler | 0.5% |
| A registered hash is reported as invalid. <sup>3</sup> | Reporter | 50% |
| A registered hash is reported as invalid. <sup>3</sup> | Owner | 50% |