Skip to content

Commit 73c0c4e

Browse files
f: remove DataServiceFeesLib.Storage
1 parent b94b013 commit 73c0c4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/horizon/contracts/data-service/libraries/DataServiceFeesLib.sol

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ library DataServiceFeesLib {
1010
using ProvisionTracker for mapping(address => uint256);
1111
using LinkedList for LinkedList.List;
1212

13-
// @notice Storage structure for the data service fees library
14-
struct Storage {
15-
ProvisionManagerStorage provisionManagerStorage;
16-
}
17-
1813
// @notice Storage structure for the provision manager
1914
struct ProvisionManagerStorage {
2015
uint256 _minimumProvisionTokens;

0 commit comments

Comments
 (0)