Skip to content

Commit

Permalink
feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Dec 28, 2022
1 parent 72f6651 commit 75d0c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/inx-chronicle/stardust_inx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ impl InxWorker {

debug!("Started listening to ledger updates via INX.");

#[cfg(feature = "analytics")]
let mut analytics = chronicle::db::collections::analytics::all_analytics();

while let Some(ledger_update) = stream.try_next().await? {
Expand Down

0 comments on commit 75d0c47

Please sign in to comment.