Skip to content

Commit ef89c10

Browse files
committed
comment change
1 parent b6bca26 commit ef89c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/4;
4848
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
4949
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
5050
static const unsigned int MAX_INV_SZ = 50000;
51-
static const int64_t MIN_TX_FEE = 10000; // 0.0001
51+
static const int64_t MIN_TX_FEE = 10000; // 0.0001 (100000 = 0.001)
5252
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
5353
static const int64_t MAX_MONEY = 1000000000000 * COIN; // SolarCoin: maximum of 98.1 billion coins
5454
static const double PI = 3.1415926535;

0 commit comments

Comments
 (0)