Skip to content

Commit 3114d11

Browse files
committed
fix(relay): missing feature gate for import
1 parent 448c775 commit 3114d11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mithril-relay/src/relay/signer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
use std::path::Path;
33
use std::{net::SocketAddr, sync::Arc, time::Duration};
44

5+
#[cfg(feature = "future_dmq")]
56
use anyhow::anyhow;
67
use clap::ValueEnum;
78
use libp2p::Multiaddr;

0 commit comments

Comments
 (0)