]> git.bitcoin.ninja Git - rust-lightning/commit
Drop the `_test_vectors` feature in favor of a `cfg` flag
authorMatt Corallo <git@bluematt.me>
Sat, 17 Aug 2024 21:06:52 +0000 (21:06 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 19 Aug 2024 15:09:40 +0000 (15:09 +0000)
commit3fe4ef9640d83309488ef15bc9577c406a36856e
treeadc254086cccdae682163ab3efe3176b61af576b
parente212d7429803833f01c98284a3607dcf58bcc134
Drop the `_test_vectors` feature in favor of a `cfg` flag

This exists just for tests, so there's no reason for it to be
publicly visible.
Cargo.toml
ci/ci-tests.sh
lightning/Cargo.toml
lightning/src/crypto/utils.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/monitor_tests.rs