Connect blocks at the end
[rust-lightning] / fuzz / src / full_stack.rs
index 2237e91333b34d47cb875b3ee1bed456bef160d2..21e6e5d46efa4389bfe34958873126fb2e530da4 100644 (file)
@@ -220,6 +220,9 @@ impl<'a> Drop for MoneyLossDetector<'a> {
 
                        // Force all channels onto the chain (and time out claim txn)
                        self.manager.force_close_all_channels();
+                       for _ in 0..6*24*14 {
+                               self.connect_block(&[]);
+                       }
                }
        }
 }