Make router benchmarks more realistic by not running test-only code
[rust-lightning] / lightning / Cargo.toml
index 135d42a6a81ced0a147775ca9e352d8dcaf0fdc8..c5d0c5564afb9249784276c2df2567a57ebcf084 100644 (file)
@@ -24,7 +24,7 @@ max_level_trace = []
 # 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 = []
-unstable = []
+_bench_unstable = []
 
 no-std = ["hashbrown", "bitcoin/no-std", "core2/alloc"]
 std = ["bitcoin/std"]