We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lightning-transaction-sync
no-std-check
1 parent bff52f2 commit 74417f1Copy full SHA for 74417f1
no-std-check/Cargo.toml
@@ -11,7 +11,3 @@ lightning = { path = "../lightning", default-features = false }
11
lightning-invoice = { path = "../lightning-invoice", default-features = false }
12
lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync", default-features = false }
13
lightning-background-processor = { path = "../lightning-background-processor", features = ["futures"], default-features = false }
14
-
15
-# Obviously lightning-transaction-sync doesn't support no-std, but it should build
16
-# even if lightning is built with no-std.
17
-lightning-transaction-sync = { path = "../lightning-transaction-sync", optional = true }
0 commit comments