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 2c73efc commit 5be7b14Copy full SHA for 5be7b14
src/jormungandr/jormungandr-lib/src/interfaces/fragment_log.rs
@@ -2,6 +2,7 @@ use std::net::{IpAddr, Ipv4Addr};
2
3
use crate::{crypto::hash::Hash, interfaces::BlockDate, time::SystemTime};
4
use chain_impl_mockchain::key;
5
+#[cfg(not(target_arch = "wasm32-unknown-unknown"))]
6
use local_ip_address::local_ip;
7
use serde::{Deserialize, Serialize};
8
0 commit comments