diff --git a/src/main.h b/src/main.h index 9666595..2c2c55f 100644 --- a/src/main.h +++ b/src/main.h @@ -48,7 +48,7 @@ static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/4; static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50; static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100; static const unsigned int MAX_INV_SZ = 50000; -static const int64_t MIN_TX_FEE = 100000; // 0.001 +static const int64_t MIN_TX_FEE = 10000; // 0.0001 static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE; static const int64_t MAX_MONEY = 1000000000000 * COIN; // SolarCoin: maximum of 98.1 billion coins static const double PI = 3.1415926535;