From 7ed2991d7833d4a1b5bbcd2c6e5896d8ed35620c Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 3 Sep 2024 14:38:49 +0800 Subject: [PATCH] fix: removed deprecated comment --- contracts/StakeHub.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/StakeHub.sol b/contracts/StakeHub.sol index 789f9544..df04bca3 100644 --- a/contracts/StakeHub.sol +++ b/contracts/StakeHub.sol @@ -122,7 +122,7 @@ contract StakeHub is SystemV2, Initializable, Protectable { mapping(bytes => bool) private _legacyVoteAddress; // @dev deprecated // total number of current jailed validators - uint256 public numOfJailed; // @dev deprecated + uint256 public numOfJailed; // max number of jailed validators between breathe block(only for malicious vote and double sign) uint256 public maxFelonyBetweenBreatheBlock; // index(timestamp / breatheBlockInterval) => number of malicious vote and double sign slash