Skip to content

Commit

Permalink
Erase TODO, fixed in PR #297
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyrd committed May 6, 2024
1 parent c5cac73 commit b716947
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/input_notes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ pub async fn import_note<N: NodeRpcClient, R: FeltRng, S: Store>(
.and_then(|mut f| f.read_to_end(&mut contents))
.map_err(|err| err.to_string());

// TODO: When importing a RecordedNote we want to make sure that the note actually exists in the chain (RPC call)
// and start monitoring its nullifiers (ie, update the list of relevant tags in the state sync table)
let input_note_record =
InputNoteRecord::read_from_bytes(&contents).map_err(|err| err.to_string())?;

Expand Down

0 comments on commit b716947

Please sign in to comment.