mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-30 00:14:26 +00:00
Export the workpadding char in miner.h
This commit is contained in:
parent
46b6b07afa
commit
34bc106d82
@ -1686,7 +1686,7 @@ static void update_gbt(struct pool *pool)
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
||||
static char *workpadding = "000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000";
|
||||
char *workpadding = "000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000";
|
||||
|
||||
static void gen_gbt_work(struct pool *pool, struct work *work)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user