File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
contracts/src/arbitration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ abstract contract SortitionModuleBase is ISortitionModule {
6666 uint256 public disputesWithoutJurors; // The number of disputes that have not finished drawing jurors.
6767 IRNG public rng; // The random number generator.
6868 uint256 public randomNumber; // Random number returned by RNG.
69- uint256 public rngLookahead; // DEPRECATED
69+ // uint256 public rngLookahead; // Deprecated - WARNING: it breaks the storage layout of the contract, beta cannot be upgraded!
7070 uint256 public delayedStakeWriteIndex; // The index of the last `delayedStake` item that was written to the array. 0 index is skipped.
7171 uint256 public delayedStakeReadIndex; // The index of the next `delayedStake` item that should be processed. Starts at 1 because 0 index is skipped.
7272 mapping (bytes32 treeHash = > SortitionSumTree) sortitionSumTrees; // The mapping trees by keys.
You can’t perform that action at this time.
0 commit comments