From 21cffc029174c93c78b46797e9b8e0b65da757a6 Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Sat, 1 Jul 2017 18:00:58 +0200 Subject: [PATCH] remove not needed constant --- src/consensus/consensus.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h index c78cd4cb9163..ef824e564d5e 100644 --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.h @@ -63,8 +63,6 @@ inline unsigned int MaxBlockSerSize(bool fSegwitSeasoned) return (MaxBlockBaseSize(fSegwitSeasoned) * 4); } -/** The maximum allowed number of transactions per block */ -static const unsigned int MAX_BLOCK_VTX_SIZE = 1000000; /** The minimum allowed size for a transaction */ static const unsigned int MIN_TRANSACTION_BASE_SIZE = 10;