Update to latest upstream rust-bitcoin
[rust-lightning] / lightning / Cargo.toml
index e1b9462668b1ac8f9348a479f918f3be11581a51..3b12468e9c4a964e353dc6df9978719312b10366 100644 (file)
@@ -18,12 +18,15 @@ max_level_error = []
 max_level_warn = []
 max_level_info = []
 max_level_debug = []
+# Allow signing of local transactions that may have been revoked or will be revoked, for functional testing (e.g. justice tx handling).
+# This is unsafe to use in production because it may result in the counterparty publishing taking our funds.
+unsafe_revoked_tx_signing = []
 
 [dependencies]
-bitcoin = "0.23"
+bitcoin = "0.24"
 
 [dev-dependencies.bitcoin]
-version = "0.23"
+version = "0.24"
 features = ["bitcoinconsensus"]
 
 [dev-dependencies]