Replies: 1 comment
-
Locking, implemented in #220. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current names are a bit misleading because, technically, even the returned amount is withdrawn.
If we rename
withdrawAmount
torecipientAmount
, andreturnAmount
tosenderAmount
, we would give a hint about the fact that a cancelation marks the ending of the streaming relationship between the sender and the recipient. After all, it is a one-time event.Beta Was this translation helpful? Give feedback.
All reactions