Skip to content

Commit

Permalink
fix: removed deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Sep 3, 2024
1 parent 0e96ece commit 7ed2991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/StakeHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ed2991

Please sign in to comment.