Rename MAX_TX_SIZE to MAX_TX_SIZE_AFTER_SAPLING
This commit is contained in:
@@ -24,7 +24,7 @@ static const unsigned int MAX_BLOCK_SIZE = 2000000;
|
||||
static const unsigned int MAX_BLOCK_SIGOPS = 20000;
|
||||
/** The maximum size of a transaction (network rule) */
|
||||
static const unsigned int MAX_TX_SIZE_BEFORE_SAPLING = 100000;
|
||||
static const unsigned int MAX_TX_SIZE = MAX_BLOCK_SIZE;
|
||||
static const unsigned int MAX_TX_SIZE_AFTER_SAPLING = MAX_BLOCK_SIZE;
|
||||
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
|
||||
static const int COINBASE_MATURITY = 100;
|
||||
/** The minimum value which is invalid for expiry height, used by CTransaction and CMutableTransaction */
|
||||
|
||||
Reference in New Issue
Block a user