aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2020-09-14 00:20:50 +0200
committerTheCharlatan <seb.kung@gmail.com>2020-09-14 00:20:58 +0200
commit929ea98662900e5af6e87889e12bc5ff53ffa4e6 (patch)
tree67154e699d905496762d923b85ecd4b33d52cf61 /src
parentMerge pull request #6354 (diff)
downloadmonero-929ea98662900e5af6e87889e12bc5ff53ffa4e6.tar.xz
Remove unused macros from cryptonote_config.h
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index f88f622f2..f13e8f7c6 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -37,7 +37,6 @@
#define CRYPTONOTE_DNS_TIMEOUT_MS 20000
#define CRYPTONOTE_MAX_BLOCK_NUMBER 500000000
-#define CRYPTONOTE_GETBLOCKTEMPLATE_MAX_BLOCK_SIZE 196608 //size of block (bytes) that is the maximum that miners will produce
#define CRYPTONOTE_MAX_TX_SIZE 1000000
#define CRYPTONOTE_MAX_TX_PER_BLOCK 0x10000000
#define CRYPTONOTE_PUBLIC_ADDRESS_TEXTBLOB_VER 0
@@ -155,7 +154,6 @@
#define RPC_IP_FAILS_BEFORE_BLOCK 3
#define CRYPTONOTE_NAME "bitmonero"
-#define CRYPTONOTE_POOLDATA_FILENAME "poolstate.bin"
#define CRYPTONOTE_BLOCKCHAINDATA_FILENAME "data.mdb"
#define CRYPTONOTE_BLOCKCHAINDATA_LOCK_FILENAME "lock.mdb"
#define P2P_NET_DATA_FILENAME "p2pstate.bin"