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.
std
1 parent b023eed commit 2b10d27Copy full SHA for 2b10d27
lightning-rapid-gossip-sync/Cargo.toml
@@ -11,7 +11,7 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
11
12
[features]
13
default = ["std"]
14
-std = []
+std = ["lightning/std"]
15
16
[dependencies]
17
lightning = { version = "0.0.124", path = "../lightning", default-features = false }
lightning/Cargo.toml
@@ -30,7 +30,7 @@ max_level_trace = []
30
unsafe_revoked_tx_signing = []
31
32
no-std = ["hashbrown", "possiblyrandom", "libm"]
33
+std = ["bitcoin/std"]
34
35
# Generates low-r bitcoin signatures, which saves 1 byte in 50% of the cases
36
grind_signatures = []
0 commit comments