Skip to content

Commit

Permalink
fix StreamRedirector
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Oct 21, 2024
1 parent f47cab0 commit bd182c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ contract StreamRedirector is SuperAppBase {
int96 currentFlowRate = _superToken.getFlowRate(address(this), receiver);

if (currentFlowRate > 0) {
newCtx = _superToken.deleteFlowFromWithCtx(
newCtx = _superToken.deleteFlowWithCtx(
address(this),
receiver,
newCtx
Expand Down

0 comments on commit bd182c5

Please sign in to comment.