Skip to content

Commit

Permalink
fix: remark
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Oct 26, 2023
1 parent 02d2720 commit 2dadcd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CSAccounting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ contract CSAccounting is CSAccountingBase, AccessControlEnumerable {
rewardAddress
);
bondShares[nodeOperatorId] -= toClaim;
totalBondShares -= toClaim;
emit ETHRewardsRequested(nodeOperatorId, rewardAddress, amounts[0]);
return requestIds;
}
Expand Down

0 comments on commit 2dadcd0

Please sign in to comment.