We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The renounce functions allows settled streams to be renounced:
renounce
https://github.com/sablierhq/v2-core/blob/2b71d0762706ad04cdad58e37d2c6db0b6274496/src/abstracts/SablierV2Lockup.sol#L147-L155
But this is a pointless operation, because settled streams cannot be canceled anymore:
https://github.com/sablierhq/v2-core/blob/2b71d0762706ad04cdad58e37d2c6db0b6274496/src/SablierV2LockupLinear.sol#L370-L372
The text was updated successfully, but these errors were encountered:
PaulRBerg
No branches or pull requests
The
renounce
functions allows settled streams to be renounced:https://github.com/sablierhq/v2-core/blob/2b71d0762706ad04cdad58e37d2c6db0b6274496/src/abstracts/SablierV2Lockup.sol#L147-L155
But this is a pointless operation, because settled streams cannot be canceled anymore:
https://github.com/sablierhq/v2-core/blob/2b71d0762706ad04cdad58e37d2c6db0b6274496/src/SablierV2LockupLinear.sol#L370-L372
The text was updated successfully, but these errors were encountered: