Browse Source

Rationalise gbtbase variables to those that are constant and not associated with work generation

master
Con Kolivas 11 years ago
parent
commit
8e4d0276f8
  1. 8
      src/libckpool.h

8
src/libckpool.h

@ -116,14 +116,6 @@ struct gbtbase {
int nValue; int nValue;
uint32_t bits; uint32_t bits;
int height; int height;
char scriptsig_base[100];
int nonce2_offset;
size_t n1_len;
char *coinbase;
uint64_t nonce2;
int n2size;
int coinbase_len;
uchar header_bin[128];
char *txn_data; char *txn_data;
uchar *txn_hashes; uchar *txn_hashes;
int transactions; int transactions;

Loading…
Cancel
Save