diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-09-15 19:58:39 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-15 19:58:39 -0500 |
commit | 5b3614e6a942612b577d5cdf62afa9ff101be7b0 (patch) | |
tree | ce08c4ab96a79aa579e48fd8db56c01c70843850 | |
parent | Merge pull request #6793 (diff) | |
parent | Remove unused macros from cryptonote_config.h (diff) | |
download | monero-5b3614e6a942612b577d5cdf62afa9ff101be7b0.tar.xz |
Merge pull request #6816
929ea98 Remove unused macros from cryptonote_config.h (TheCharlatan)
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 9bd1f44eb..a4db99f83 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" |