File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments