X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2FCargo.toml;h=20a6460d62dfec24bfe84d7aaaf823395e5912fd;hb=ce0cecd50a024d8630f98dfacb2ff5e990eaf738;hp=e1b9462668b1ac8f9348a479f918f3be11581a51;hpb=22a0dd5f339058fd6733920ffca0f5eb64db4e32;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index e1b94626..20a6460d 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -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"