aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorEric Lombrozo <elombrozo@gmail.com>2013-06-06 00:04:33 -0700
committerEric Lombrozo <elombrozo@gmail.com>2013-06-06 00:04:33 -0700
commit6e68524e95da2bedc21b1d95c4a206b902ab7c22 (patch)
tree6618fed58e3a03f19255bca779d4da3cc8860d3a /src/main.h
parent501da2503a39dd88470df89ccc923c696fe6b111 (diff)
downloadbitcoin-6e68524e95da2bedc21b1d95c4a206b902ab7c22.tar.xz
Removed the main.h include from net.cpp.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index f62cfbef6d..f20fad98a4 100644
--- a/src/main.h
+++ b/src/main.h
@@ -35,8 +35,6 @@ static const unsigned int MAX_STANDARD_TX_SIZE = MAX_BLOCK_SIZE_GEN/5;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
/** The maximum number of orphan transactions kept in memory */
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
-/** The maximum number of entries in an 'inv' protocol message */
-static const unsigned int MAX_INV_SZ = 50000;
/** The maximum size of a blk?????.dat file (since 0.8) */
static const unsigned int MAX_BLOCKFILE_SIZE = 0x8000000; // 128 MiB
/** The pre-allocation chunk size for blk?????.dat files (since 0.8) */