Skip to content

Commit

Permalink
fix: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Nov 4, 2024
1 parent 10cbb58 commit e684e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ impl SourceMsg {
}
"gateway_indexer_fees" => {
let decoded = IndexerFeesProtobuf::decode(payload).context("decode protobuf")?;
let aggregation_timestamp = timestamp - (timestamp % AGGREGATION_INTERVAL_MILLIS);
Ok(SourceMsg::IndexerFees {
aggregation_timestamp,
signer: Address::from_slice(&decoded.signer)?,
Expand Down

0 comments on commit e684e55

Please sign in to comment.