mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.5.4
This commit is contained in:
4
miner.h
4
miner.h
@@ -530,7 +530,7 @@ enum algos {
|
||||
ALGO_ZR5,
|
||||
ALGO_COUNT
|
||||
};
|
||||
static const char *algo_names[] = {
|
||||
static const char* const algo_names[] = {
|
||||
NULL,
|
||||
"argon2",
|
||||
"axiom",
|
||||
@@ -589,6 +589,8 @@ static const char *algo_names[] = {
|
||||
"\0"
|
||||
};
|
||||
|
||||
char* algo_name( enum algos a );
|
||||
|
||||
extern enum algos opt_algo;
|
||||
extern bool opt_debug;
|
||||
extern bool opt_debug_diff;
|
||||
|
Reference in New Issue
Block a user