Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
baitcode committed Dec 10, 2024
1 parent 9553035 commit aedb403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/staker.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ pub mod Staker {
// Find first log record in an array whos timestamp is less or equal to timestamp.
// Uses binary search.

// TODO(baitcode): Should probably be an argument. But seems not possible.
let log = self.staking_log.entry(from);

let mut left = 0;
Expand Down

0 comments on commit aedb403

Please sign in to comment.