Skip to content

Commit 5be7b14

Browse files
committed
wasm conditional compilation to fix ci
1 parent 2c73efc commit 5be7b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jormungandr/jormungandr-lib/src/interfaces/fragment_log.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use std::net::{IpAddr, Ipv4Addr};
22

33
use crate::{crypto::hash::Hash, interfaces::BlockDate, time::SystemTime};
44
use chain_impl_mockchain::key;
5+
#[cfg(not(target_arch = "wasm32-unknown-unknown"))]
56
use local_ip_address::local_ip;
67
use serde::{Deserialize, Serialize};
78

0 commit comments

Comments
 (0)