Skip to content

Commit

Permalink
Remove unnecessary SUBSTR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Jan 22, 2024
1 parent bdb96a9 commit bc3c15b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/view/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1682,8 +1682,6 @@ impl Storage {
) -> anyhow::Result<Vec<SpendableNoteRecord>> {
let pool = self.pool.clone();

// NOTE on SUBSTR:
// The `source` field is proto-encoded, if it's a tx hash, that will involve a 4-byte prefix 0x0a220a20
let query = "SELECT notes.note_commitment,
spendable_notes.height_created,
notes.address,
Expand Down

0 comments on commit bc3c15b

Please sign in to comment.