We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972a49f commit d0f5ef6Copy full SHA for d0f5ef6
tests/src/tests/timeboost/transaction_order.rs
@@ -52,7 +52,7 @@ async fn transaction_order() {
52
// delay start of a recovering node:
53
sleep(Duration::from_secs(5)).await
54
}
55
- let mut s = Sequencer::new(c.clone(), &NoMetrics).await.unwrap();
+ let mut s = Sequencer::new(c, &NoMetrics).await.unwrap();
56
loop {
57
select! {
58
trx = brx.recv() => match trx {
0 commit comments