Re-order AnchorsZeroFeeHtlcTx in module docs/tests
[rust-lightning] / lightning / src / util / test_utils.rs
index c6561863e090415e61dd5060d0f5d2aacb06ee69..805806dc34645f765ab9b616c283164a273eeb1e 100644 (file)
@@ -1357,6 +1357,8 @@ impl ScoreUpdate for TestScorer {
        fn probe_failed(&mut self, _actual_path: &Path, _: u64, _duration_since_epoch: Duration) {}
 
        fn probe_successful(&mut self, _actual_path: &Path, _duration_since_epoch: Duration) {}
+
+       fn time_passed(&mut self, _duration_since_epoch: Duration) {}
 }
 
 impl Drop for TestScorer {