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 8354e0c commit 4f5ae10Copy full SHA for 4f5ae10
lightning-rapid-gossip-sync/src/processing.rs
@@ -16,10 +16,10 @@ use lightning::io;
16
17
use crate::{GraphSyncError, RapidGossipSync};
18
19
-#[cfg(all(feature = "std", not(test)))]
+#[cfg(all(not(feature = "std"), not(test)))]
20
use std::time::{SystemTime, UNIX_EPOCH};
21
22
-#[cfg(not(feature = "std"))]
23
use alloc::{vec::Vec, borrow::ToOwned};
24
25
/// The purpose of this prefix is to identify the serialization format, should other rapid gossip
0 commit comments