You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but this check is missing in change_operational_address which can lead to operational address override if operational_address was already in use by some other staker:
There is a check in
stake
that ensures that providedoperational_address
is not used by any other staker:starknet-staking/workspace/apps/staking/contracts/src/staking/staking.cairo
Lines 145 to 148 in f757b87
but this check is missing in
change_operational_address
which can lead to operational address override ifoperational_address
was already in use by some other staker:starknet-staking/workspace/apps/staking/contracts/src/staking/staking.cairo
Lines 425 to 435 in f757b87
The text was updated successfully, but these errors were encountered: