We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c243a9 commit f596c43Copy full SHA for f596c43
mithril-aggregator/src/configuration.rs
@@ -15,6 +15,7 @@ use mithril_common::entities::{
15
SignedEntityTypeDiscriminants,
16
};
17
use mithril_common::{AggregateSignatureType, CardanoNetwork, StdResult};
18
+#[cfg(feature = "future_dmq")]
19
use mithril_dmq::DmqNetwork;
20
use mithril_doc::{Documenter, DocumenterDefault, StructDoc};
21
use mithril_era::adapters::EraReaderAdapterType;
@@ -763,6 +764,7 @@ impl ConfigurationSource for ServeCommandConfiguration {
763
764
self.network_magic
765
}
766
767
+ #[cfg(feature = "future_dmq")]
768
fn dmq_network_magic(&self) -> Option<u64> {
769
self.dmq_network_magic
770
0 commit comments