1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Ensure everyone sees the same screen/api name as the previous version for Bitforce

This commit is contained in:
Kano 2012-04-23 18:07:13 +10:00
parent e369d787e0
commit 20676694f3

View File

@ -365,7 +365,7 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
struct device_api bitforce_api = {
.dname = "bitforce",
.name = "PGA",
.name = "BFL",
.api_detect = bitforce_detect,
.get_statline_before = get_bitforce_statline_before,
.thread_prepare = bitforce_thread_prepare,