Skip to content

Commit

Permalink
natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Nov 12, 2024
1 parent 37e3e44 commit a759003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nouns-contracts/contracts/StreamEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ contract StreamEscrow is IStreamEscrow {
* @notice ETH value must be sent with this function call.
* @dev Combines forwardAll() and createStream() operations into a single transaction.
* @param nounId The ID of the Noun token for which the stream is being created.
* @param streamLengthInTicks The duration of the stream in ticks. 1 day must pass for a tick to increase.
* @param streamLengthInTicks The duration of the stream in ticks. `minimumTickDuration` must pass for a tick to increase.
*/
function forwardAllAndCreateStream(uint256 nounId, uint16 streamLengthInTicks) external payable {
forwardAll();
Expand Down

0 comments on commit a759003

Please sign in to comment.