Skip to content

Commit deb91cb

Browse files
8sunyuan0xClandestine
authored andcommitted
refactor: scaled shares accounting (#975)
* fix: correct expected share calc * chore: bindings * fix: rounding on failing unit test
1 parent 5fdab40 commit deb91cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/integration/users/User.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ contract User is Logger, IDelegationManagerTypes, IAllocationManagerTypes {
634634
) internal view returns (Withdrawal[] memory expectedWithdrawals) {
635635
(IStrategy[] memory strategies, )
636636
= delegationManager.getDepositedShares(staker);
637-
637+
ß
638638
expectedWithdrawals = new Withdrawal[](strategies.length);
639639

640640
(, uint256[] memory depositShares)

0 commit comments

Comments
 (0)