PPCoin: Fix merge mistake about paytxfee from 0561bbd
authorScott Nadal <scott.nadal@gmail.com>
Tue, 24 Jul 2012 14:18:27 +0000 (15:18 +0100)
committerScott Nadal <scott.nadal@gmail.com>
Tue, 24 Jul 2012 14:18:27 +0000 (15:18 +0100)
src/main.cpp

index 25634df..e99e95f 100644 (file)
@@ -58,7 +58,7 @@ double dHashesPerSec;
 int64 nHPSTimerStart;
 
 // Settings
-int64 nTransactionFee = 0;
+int64 nTransactionFee = MIN_TX_FEE;
 int64 nBalanceReserve = 0;