1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-03 03:11:54 +00:00

Switched key name from progress to speed

This commit is contained in:
Chick3nman 2019-04-02 15:48:15 -05:00
parent 3e13739aa6
commit 64f0931301

View File

@ -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(" \] \}");