Refer to generic types by importing them instead of a super-mod.
[rust-lightning] / lightning / Cargo.toml
index 3826123a0fbbefc26677d334d9c2a38c7c9c26c2..20a6460d62dfec24bfe84d7aaaf823395e5912fd 100644 (file)
@@ -18,6 +18,9 @@ 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"
@@ -28,3 +31,4 @@ features = ["bitcoinconsensus"]
 
 [dev-dependencies]
 hex = "0.3"
+regex = "0.1.80"