mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-25 23:23:11 +00:00
fix deadlock in subscriptions
This commit is contained in:
@@ -8,7 +8,7 @@ use common::{
|
||||
sequencer_client::SequencerClient,
|
||||
transaction::{EncodedTransaction, NSSATransaction},
|
||||
};
|
||||
use indexer_core::{IndexerCore, config::IndexerConfig};
|
||||
use indexer_core::config::IndexerConfig;
|
||||
use log::debug;
|
||||
use nssa::PrivacyPreservingTransaction;
|
||||
use nssa_core::Commitment;
|
||||
|
||||
Reference in New Issue
Block a user