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 b94b013 commit 73c0c4eCopy full SHA for 73c0c4e
packages/horizon/contracts/data-service/libraries/DataServiceFeesLib.sol
@@ -10,11 +10,6 @@ library DataServiceFeesLib {
10
using ProvisionTracker for mapping(address => uint256);
11
using LinkedList for LinkedList.List;
12
13
- // @notice Storage structure for the data service fees library
14
- struct Storage {
15
- ProvisionManagerStorage provisionManagerStorage;
16
- }
17
-
18
// @notice Storage structure for the provision manager
19
struct ProvisionManagerStorage {
20
uint256 _minimumProvisionTokens;
0 commit comments