Skip to content

Commit

Permalink
fixup: clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Sep 30, 2024
1 parent 1e80685 commit d3fff82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sui-indexer/src/indexer_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ impl IndexerReader {
format!("sender = '\\x{from_address}'::bytea AND affected = '\\x{to_address}'::bytea"),
)
}
// TODO: replace with tx_affected_address
Some(TransactionFilter::FromOrToAddress { addr }) => {
let address = Hex::encode(addr.to_vec());
(
Expand Down

0 comments on commit d3fff82

Please sign in to comment.