Add mut support (#1232)

This commit is contained in:
fewensa
2021-11-30 19:47:25 +08:00
committed by Bastian Köcher
parent 5beeb9b4d6
commit 26c5a35d7a
6 changed files with 6 additions and 6 deletions
@@ -521,7 +521,7 @@ where
nonces_queue_range: 0..maximal_source_queue_index + 1,
};
let strategy = EnforcementStrategy::new(self.relay_strategy.clone());
let mut strategy = EnforcementStrategy::new(self.relay_strategy.clone());
let range_end = strategy.decide(reference).await?;
let range_begin = source_queue[0].1.begin();