mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Tweak ConfirmKeyPair to alleviate database requirements of coordinator
This commit is contained in:
@@ -124,8 +124,8 @@ async fn handle_key_gen<D: Db, Pro: Processor>(
|
||||
.await?
|
||||
.unwrap_or(BlockHash([0; 32])), // TODO: Have the processor override this
|
||||
},
|
||||
// TODO: Check the DB for which attempt used this key pair
|
||||
id: KeyGenId { set, attempt: todo!() },
|
||||
set,
|
||||
key_pair,
|
||||
},
|
||||
))
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user