Skip to content

Commit 5d32ac1

Browse files
committed
fix(natspec): changed USDFC to ERC20
1 parent 57f15b6 commit 5d32ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ISPRegistry.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface ISPRegistry {
1818
uint256 availableBytes;
1919
uint256 committedBytes;
2020
uint256 pendingBytes;
21-
/// @notice Monthly USDFC price per 32 GiB sector in smallest units (0 = manual approval)
21+
/// @notice Monthly ERC20 token price per 32 GiB sector in smallest units (0 = manual approval)
2222
uint256 pricePerSectorPerMonth;
2323
}
2424

@@ -146,7 +146,7 @@ interface ISPRegistry {
146146
/**
147147
* @notice Set the monthly price per sector for a provider
148148
* @param provider The provider to update
149-
* @param pricePerSectorPerMonth The monthly USDFC price per 32 GiB sector in smallest units (0 to disable auto-approve)
149+
* @param pricePerSectorPerMonth The monthly ERC20 token price per 32 GiB sector in smallest units (0 to disable auto-approve)
150150
*/
151151
function setPrice(CommonTypes.FilActorId provider, uint256 pricePerSectorPerMonth) external;
152152

0 commit comments

Comments
 (0)