mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Move SignCompleted to Unsigned to cause de-duplication amongst honest validators
This commit is contained in:
@@ -101,7 +101,6 @@ async fn handle_key_gen<Pro: Processors>(
|
||||
key_pair: KeyPair,
|
||||
) -> Result<(), SeraiError> {
|
||||
if in_set(key, serai, set).await?.expect("KeyGen occurred for a set which doesn't exist") {
|
||||
// TODO: Check how the processor handles this being fired multiple times
|
||||
processors
|
||||
.send(
|
||||
set.network,
|
||||
@@ -196,7 +195,6 @@ async fn handle_batch_and_burns<Pro: Processors>(
|
||||
.expect("network had a batch/burn yet never set a latest block")
|
||||
};
|
||||
|
||||
// TODO: Check how the processor handles this being fired multiple times
|
||||
processors
|
||||
.send(
|
||||
network,
|
||||
|
||||
Reference in New Issue
Block a user