From e684e55f65c953ef31c61a3e64162511dd4e454a Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Mon, 4 Nov 2024 11:41:10 -0500 Subject: [PATCH] fix: remove redundant code --- src/bin/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/main.rs b/src/bin/main.rs index 348d904..5986b0a 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -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)?,