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
Each time an employee is getting his salary via payday function the accruedSalary is set to 0. But what if his _requestedAmount is less than accruedSalary? In that case all his accruedSalary will be terminated without payout.
The text was updated successfully, but these errors were encountered:
payroll-app/contracts/Payroll.sol
Line 317 in 8b097ec
Each time an employee is getting his salary via
payday
function theaccruedSalary
is set to 0. But what if his_requestedAmount
is less thanaccruedSalary
? In that case all hisaccruedSalary
will be terminated without payout.The text was updated successfully, but these errors were encountered: