From 8e4d0276f898b75a3941a67f4958516e600ff475 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 13 Apr 2014 22:05:44 +1000 Subject: [PATCH] Rationalise gbtbase variables to those that are constant and not associated with work generation --- src/libckpool.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/libckpool.h b/src/libckpool.h index 9e66371e..aa8cacf9 100644 --- a/src/libckpool.h +++ b/src/libckpool.h @@ -116,14 +116,6 @@ struct gbtbase { int nValue; uint32_t bits; 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; uchar *txn_hashes; int transactions;