File tree 1 file changed +1
-1
lines changed
contracts/src/arbitration
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 {
66
66
uint256 public disputesWithoutJurors; // The number of disputes that have not finished drawing jurors.
67
67
IRNG public rng; // The random number generator.
68
68
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!
70
70
uint256 public delayedStakeWriteIndex; // The index of the last `delayedStake` item that was written to the array. 0 index is skipped.
71
71
uint256 public delayedStakeReadIndex; // The index of the next `delayedStake` item that should be processed. Starts at 1 because 0 index is skipped.
72
72
mapping (bytes32 treeHash = > SortitionSumTree) sortitionSumTrees; // The mapping trees by keys.
You can’t perform that action at this time.
0 commit comments