Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyrd committed Apr 24, 2024
1 parent 9b8c99f commit 0210523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/data_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ impl<S: Store> DataStore for ClientDataStore<S> {

let mut notes_blocks: Vec<u32> = vec![];
for note_id in notes {
// TODO: Add a way to get multiple input note recrods by an id array. This way we only
// need to query the store once.
let input_note_record = self
.store
.get_input_notes(NoteFilter::Unique(*note_id))?
Expand Down

0 comments on commit 0210523

Please sign in to comment.