Skip to content

Commit cf5d102

Browse files
committed
rm(liquidation_logic): remove unnecessary comment
1 parent f34fb33 commit cf5d102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aave-core/sources/aave-logic/liquidation_logic.move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ module aave_pool::liquidation_logic {
811811
vars.liquidation_protocol_fee_amount,
812812
liquidity_index,
813813
vars.collateral_a_token,
814-
false // Round half up, conservative charging, avoid overcharging users
814+
false
815815
);
816816
};
817817

0 commit comments

Comments
 (0)