mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Update miner.h
Variable declaration. VS seems to like size_t instead of int for certain variables.
This commit is contained in:
parent
b3d483a035
commit
942c6714fa
6
miner.h
6
miner.h
@ -1286,12 +1286,12 @@ struct pool {
|
||||
uint32_t curtime;
|
||||
uint32_t gbt_bits;
|
||||
unsigned char *txn_hashes;
|
||||
int gbt_txns;
|
||||
int coinbase_len;
|
||||
size_t gbt_txns;
|
||||
size_t coinbase_len;
|
||||
|
||||
/* Shared by both stratum & GBT */
|
||||
unsigned char *coinbase;
|
||||
int nonce2_offset;
|
||||
size_t nonce2_offset;
|
||||
unsigned char header_bin[128];
|
||||
int merkle_offset;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user