Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions contracts/stream_contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,6 @@ impl StreamContract {
if stream.paused {
return Err(StreamError::StreamInactive);
}
if stream.paused {
return Err(StreamError::StreamInactive);
}

let now = env.ledger().timestamp();
let claimable = Self::calculate_claimable(&stream, now);
Expand Down
62 changes: 0 additions & 62 deletions contracts/stream_contract/src/stream_contract/src/test.rs

This file was deleted.

Loading