mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
Remove bad panic in coordinator
It expected ConfirmationShare to be n-of-n, not t-of-n.
This commit is contained in:
@@ -359,10 +359,7 @@ impl<
|
|||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
Accumulation::Ready(DataSet::NotParticipating) => {
|
Accumulation::Ready(DataSet::NotParticipating) | Accumulation::NotReady => {}
|
||||||
panic!("wasn't a participant in DKG confirmination shares")
|
|
||||||
}
|
|
||||||
Accumulation::NotReady => {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user