Merge pull request #386 from TheBlueMatt/2019-10-useless-lints
[rust-lightning] / fuzz / fuzz_targets / msg_targets / msg_update_fail_htlc_target.rs
index 8432a57daadd69fa65bcbc380803c72b1c2c2b6b..fedce568e55138fd92ce7ffda176a21eda970ef5 100644 (file)
@@ -4,14 +4,12 @@
 extern crate lightning;
 
 use lightning::ln::msgs;
-use lightning::util::reset_rng_state;
 
 mod utils;
 use utils::VecWriter;
 
 #[inline]
 pub fn do_test(data: &[u8]) {
-       reset_rng_state();
        test_msg!(msgs::UpdateFailHTLC, data);
 }