Skip to content

Commit

Permalink
Use h < hp' instead of h <= hp' in Bond-Based Consumer Voting Pow…
Browse files Browse the repository at this point in the history
…er (#749)
  • Loading branch information
danwt authored May 20, 2022
1 parent b7611ae commit a635623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ CCV provides the following system properties.

Then for all heights `h` on the provider chain,
```
hp <= h <= hp': Power(cc,hc,val) <= VP(pBonded(h,val))
hp <= h < hp': Power(cc,hc,val) <= VP(pBonded(h,val))
```

> **Intuition**: The *Bond-Based Consumer Voting Power* property ensures that validators that validate on the consumer chains have enough tokens bonded on the provider chain for a sufficient amount of time such that the security model holds.
Expand Down

0 comments on commit a635623

Please sign in to comment.