diff --git a/src/main.h b/src/main.h index 6b0e53c4a0..9b3a3ea523 100644 --- a/src/main.h +++ b/src/main.h @@ -36,7 +36,7 @@ class CBitcoinAddress; #define START_MASTERNODE_PAYMENTS_TESTNET 1403568776 //Tue, 24 Jun 2014 00:12:56 GMT #define START_MASTERNODE_PAYMENTS 1403728576 //Wed, 25 Jun 2014 20:36:16 GMT -#define POOL_MAX_TRANSACTIONS 2 // wait for X transactions to merge and publish +#define POOL_MAX_TRANSACTIONS 3 // wait for X transactions to merge and publish #define POOL_STATUS_UNKNOWN 0 // waiting for update #define POOL_STATUS_IDLE 1 // waiting for update #define POOL_STATUS_ACCEPTING_ENTRIES 2 // accepting entries