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 8b053b6 commit 458d5cfCopy full SHA for 458d5cf
lightning-invoice/Cargo.toml
@@ -23,7 +23,7 @@ std = ["bech32/std"]
23
bech32 = { version = "0.9.1", default-features = false }
24
lightning-types = { version = "0.1", path = "../lightning-types", default-features = false }
25
serde = { version = "1.0.118", optional = true }
26
-bitcoin = { version = "0.32.2", default-features = false }
+bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }
27
28
[dev-dependencies]
29
serde_json = { version = "1"}
0 commit comments