Skip to content

Commit

Permalink
Update src/interfaces/ICSAccounting.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Gorkavenko <[email protected]>
  • Loading branch information
skhomuti and vgorkavenko authored Dec 2, 2024
1 parent 5f8252c commit 0a74f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ICSAccounting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ICSBondCurve } from "./ICSBondCurve.sol";
import { ICSBondLock } from "./ICSBondLock.sol";
import { ICSFeeDistributor } from "./ICSFeeDistributor.sol";
import { IAssetRecovererLib } from "../lib/AssetRecovererLib.sol";
import "./ICSModule.sol";
import { ICSModule } from "./ICSModule.sol";

interface ICSAccounting is
ICSBondCore,
Expand Down

0 comments on commit 0a74f6f

Please sign in to comment.