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.
bitcoin/std
lightning-rapid-gossip-sync/std
1 parent 2b10d27 commit 7b2aa0bCopy full SHA for 7b2aa0b
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 = ["lightning/std"]
+std = ["bitcoin/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"]
+std = []
34
35
# Generates low-r bitcoin signatures, which saves 1 byte in 50% of the cases
36
grind_signatures = []
0 commit comments