X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning%2FCargo.toml;h=3b12468e9c4a964e353dc6df9978719312b10366;hb=b9707da1382bcebe066c0c26b15a975991bf81e2;hp=e1b9462668b1ac8f9348a479f918f3be11581a51;hpb=1fc6d6b5ee2451862768979399e381611ef00565;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index e1b94626..3b12468e 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -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]