mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-03 11:21:38 +00:00
Switched key name from progress to speed
This commit is contained in:
parent
3e13739aa6
commit
64f0931301
@ -1682,7 +1682,7 @@ void status_speed_json (hashcat_ctx_t *hashcat_ctx)
|
||||
}
|
||||
|
||||
printf (" \{ \"device\": %d,", device_id + 1);
|
||||
printf (" \"progress\": %" PRIu64 " \}", (u64) (device_info->hashes_msec_dev_benchmark * 1000));
|
||||
printf (" \"speed\": %" PRIu64 " \}", (u64) (device_info->hashes_msec_dev_benchmark * 1000));
|
||||
|
||||
}
|
||||
printf(" \] \}");
|
||||
|
Loading…
Reference in New Issue
Block a user