Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
Alex6323 and Thoralf-M authored Oct 30, 2023
1 parent cd78a60 commit df7a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/wallet/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ where
_ => {}
}

// TODO check if we can still filter since milestone_timestamp_booked is gone
// TODO filter based on slot index
// if let Some(lower_bound_booked_timestamp) = filter.lower_bound_booked_timestamp {
// if output.metadata.milestone_timestamp_booked() < lower_bound_booked_timestamp {
// continue;
Expand Down

0 comments on commit df7a04d

Please sign in to comment.