This commit is contained in:
jl777
2016-10-29 14:33:53 -03:00
parent 9fc60fe366
commit eda3ca9326
2 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ static const unsigned int MAX_BLOCK_SIGOPS = 20000;
/** The maximum size of a transaction (network rule) */
static const unsigned int MAX_TX_SIZE = 100000;
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
static const int COINBASE_MATURITY = 100;
int COINBASE_MATURITY = 100;
/** Flags for LockTime() */
enum {