update changelog and spec

This commit is contained in:
Anton Kaliaev
2018-10-16 10:27:00 +04:00
parent 166dc01ab5
commit f7e0cd1360
2 changed files with 9 additions and 3 deletions
+2 -3
View File
@@ -443,11 +443,10 @@ Commit are included in the header of the next block.
### EvidenceParams
- **Fields**:
- `MaxAge (int64)`: Max age of evidence, in blocks. Evidence older than this
is considered stale and ignored.
- `MaxAge (google.protobuf.Duration)`: Max age of evidence. Evidence older
than this is considered stale and ignored.
- This should correspond with an app's "unbonding period" or other
similar mechanism for handling Nothing-At-Stake attacks.
- NOTE: this should change to time (instead of blocks)!
### Proof