Open c4-bot-8 opened 2 months ago
[ADD-01]: packages/contracts/src/NativeVault.sol L446 + node.withdrawableCreditedNodeETH -= slashedWithdrawable;
+ node.withdrawableCreditedNodeETH -= slashedWithdrawable;
I think that this fixing is a part of fixing H-01.
ADD-01 added node.withdrawableCreditedNodeETH -= slashedWithdrawable; at NativeVault.sol#L446.
node.withdrawableCreditedNodeETH -= slashedWithdrawable;
I confirm that the mitigation has resolved the original issue.
LGTM
MiloTruck marked the issue as satisfactory
Lines of code
Vulnerability details
C4 issue
[ADD-01]: packages/contracts/src/NativeVault.sol L446
+ node.withdrawableCreditedNodeETH -= slashedWithdrawable;
Comments
I think that this fixing is a part of fixing H-01.
Mitigation
ADD-01 added
node.withdrawableCreditedNodeETH -= slashedWithdrawable;
at NativeVault.sol#L446.I confirm that the mitigation has resolved the original issue.
Conclusion
LGTM