From ef89c104ca6e7a0547703bcc1aa3ae19a6c9decf Mon Sep 17 00:00:00 2001 From: onsightit Date: Sat, 12 Nov 2016 22:58:01 -0700 Subject: [PATCH] comment change --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 2c2c55f..3379fd1 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 = 10000; // 0.0001 +static const int64_t MIN_TX_FEE = 10000; // 0.0001 (100000 = 0.001) 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;