More networking work, adding found keys saving.

This commit is contained in:
Kirill Shakirov
2026-03-05 17:26:16 +01:00
parent 10ab14d698
commit fc356982c7
4 changed files with 61 additions and 6 deletions
-5
View File
@@ -73,11 +73,6 @@ message ProgressRequest {
}
message ProgressReply {
// Status code
// 0 - means ok
// 1 - something went wrong on server
// 2 - something wrong with request
uint32 status_code = 1;
// Brutforce progress as ratio from 0 to 1(completed)
double progress = 2;
}