From b0847bc4b54229f1f16494a44aae00057f2a2d52 Mon Sep 17 00:00:00 2001 From: Scott Nadal Date: Tue, 24 Jul 2012 15:18:27 +0100 Subject: [PATCH] PPCoin: Fix merge mistake about paytxfee from 0561bbd --- src/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 25634df..e99e95f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -58,7 +58,7 @@ double dHashesPerSec; int64 nHPSTimerStart; // Settings -int64 nTransactionFee = 0; +int64 nTransactionFee = MIN_TX_FEE; int64 nBalanceReserve = 0; -- 1.7.1