We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bca26 commit ef89c10Copy full SHA for ef89c10
1 file changed
src/main.h
@@ -48,7 +48,7 @@ static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/4;
48
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
49
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
50
static const unsigned int MAX_INV_SZ = 50000;
51
-static const int64_t MIN_TX_FEE = 10000; // 0.0001
+static const int64_t MIN_TX_FEE = 10000; // 0.0001 (100000 = 0.001)
52
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
53
static const int64_t MAX_MONEY = 1000000000000 * COIN; // SolarCoin: maximum of 98.1 billion coins
54
static const double PI = 3.1415926535;
0 commit comments