Skip to content

Commit 763c63d

Browse files
committed
fix: Notice length
1 parent 39e688a commit 763c63d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contracts/BlastERC20RebasingYield.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ contract BlastERC20RebasingYield is BlastNativeYield {
3838
}
3939

4040
/**
41-
* @notice Claim Blast yield. Guarding of the function is dependent on the inherited contract. Inheriting does not allow claiming by default. A public or external function is required in the child contract to access the _claim function.
41+
* @notice Claim Blast yield. Guarding of the function is dependent on the inherited contract.
42+
* Inheriting does not allow claiming by default.
43+
* A public or external function is required in the child contract to access the _claim function.
4244
* @param wethReceiver The receiver of WETH.
4345
* @param usdbReceiver The receiver of USDB.
4446
*/

0 commit comments

Comments
 (0)