Description
When cloneStream is used to duplicate an active stream, the cloned stream uses the original deposit amount rather than the remaining unstreamed balance. This means a clone created mid-stream starts with a deposit that has already been partially consumed by the original, allowing more funds to be withdrawn from the clone than were deposited for the remaining duration.
Acceptance Criteria
Notes
⚠️ Do not begin coding until you have been assigned by the maintainer.
Branch as feat/517-fix-clone-deposit-amount where N is this issue number.
Description
When cloneStream is used to duplicate an active stream, the cloned stream uses the original deposit amount rather than the remaining unstreamed balance. This means a clone created mid-stream starts with a deposit that has already been partially consumed by the original, allowing more funds to be withdrawn from the clone than were deposited for the remaining duration.
Acceptance Criteria
Notes