diff --git a/src/Redistribution.sol b/src/Redistribution.sol index 749e75a9..d784748b 100644 --- a/src/Redistribution.sol +++ b/src/Redistribution.sol @@ -530,7 +530,7 @@ contract Redistribution is AccessControl, Pausable { if ( currentCommit.revealed && (truthRevealedHash != currentReveal.hash || truthRevealedDepth != currentReveal.depth) && - ((uint256(seed) % 100) < 20) + (block.prevrandao % 100 < 20) ) { Stakes.freezeDeposit( currentReveal.overlay,