Skip to content

Commit

Permalink
Merge branch 'psm-fix-1.0' of https://github.com/lista-dao/lista-dao-…
Browse files Browse the repository at this point in the history
…contracts into psm-fix-1.0
  • Loading branch information
paddy20210802 committed Nov 12, 2024
2 parents e409ceb + 15b0fd4 commit 6d91b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/psm/VaultManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ contract VaultManager is ReentrancyGuardUpgradeable, AccessControlUpgradeable, U
}

function _distribute(uint256 amount) private {
require(adapters.length > 0, "no adapter");
uint256 remain = amount;
uint256 totalPoint = getTotalPoint();

Expand Down

0 comments on commit 6d91b04

Please sign in to comment.