Skip to content

Commit

Permalink
refactor: rename cancel function to pause
Browse files Browse the repository at this point in the history
refactor: don't refund in pause function
feat: keep track of debt after pausing
  • Loading branch information
andreivladbrg authored and smol-ninja committed May 22, 2024
1 parent b5f70b6 commit 4e6afd6
Show file tree
Hide file tree
Showing 13 changed files with 194 additions and 191 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ _sum of stream balances normilized to asset decimals ≤ asset.balanceOf(Sablier

_lastTimeUpdate ≤ block.timestamp;_

_if(isCanceled = true) then balance = 0 && ratePerSecond = 0 && withdrawable amount = remaining amount_
_if(isPaused = true) then balance = 0 && ratePerSecond = 0 && withdrawable amount = remaining amount_

### Actions Access Control:

Expand Down
Loading

0 comments on commit 4e6afd6

Please sign in to comment.