We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7326ef0 commit ebbe6f7Copy full SHA for ebbe6f7
src/contracts/core/AllocationManager.sol
@@ -16,9 +16,9 @@ contract AllocationManager is
16
Deprecated_OwnableUpgradeable,
17
Pausable,
18
AllocationManagerStorage,
19
- ReentrancyGuardUpgradeable,
20
- SplitContractMixin,
+ ReentrancyGuardUpgradeable,,
21
PermissionControllerMixin,
+ SplitContractMixin,
22
IAllocationManager
23
{
24
using DoubleEndedQueue for DoubleEndedQueue.Bytes32Deque;
0 commit comments