Skip to content

Commit

Permalink
squashme: tap agent receipts checks adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 4, 2023
1 parent bbf069c commit eb89238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap-agent/src/tap/receipt_checks_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use async_trait::async_trait;
use ethereum_types::U256;
use eventuals::{timer, Eventual, EventualExt};
use indexer_common::subgraph_client::{Query, SubgraphClient};
use serde_json::json;
use sqlx::PgPool;
use tap_core::adapters::receipt_checks_adapter::ReceiptChecksAdapter as ReceiptChecksAdapterTrait;
use tap_core::{eip_712_signed_message::EIP712SignedMessage, tap_receipt::Receipt};
Expand Down

0 comments on commit eb89238

Please sign in to comment.