#37427 [SC-Critical] Delegation is not updated on slash and unlock
Description
Brief/Intro
Vulnerability Details
function getAccountTotalLockedGold(address account) public view returns (uint256) {
uint256 total = balances[account].nonvoting;
return total.add(getElection().getTotalVotesByAccount(account));
}Impact Details
References
Proof of Concept
Proof of Concept
Previous#37443 [SC-Insight] Race Condition in KeyedBroadcaster ImplementationNextStacks I Attackathon
Last updated
Was this helpful?