Skip to content

Commit

Permalink
Update docs/docs/adrs/adr-015-partial-set-security.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Noetzlin <[email protected]>
  • Loading branch information
insumity and sainoe authored Jan 25, 2024
1 parent 0a354ae commit f3f6d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adrs/adr-015-partial-set-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Note that we could easily distinguish whether a chain is _Top N_ or _Opt In_ by
In a future version of PSS, we intend to introduce a way to modify the parameters of a consumer chain, e.g, a chain that is _Opt In_ to become _Top N_, etc.

#### State & Query
We augment the provider module’s state to keep track of the `is_top_N` and `top_N` values for each consumer chain. They key to store this information would be:
We augment the provider module’s state to keep track of the `is_top_N` and `top_N` values for each consumer chain. The key to store this information would be:

```
ChainIdWithLenKey(IsTopNBytePrefix, chainID)
Expand Down

0 comments on commit f3f6d01

Please sign in to comment.