You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/BlastERC20RebasingYield.sol
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ contract BlastERC20RebasingYield is BlastNativeYield {
38
38
}
39
39
40
40
/**
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.
0 commit comments