From b7593a4e828bba419101e2100e157fdd3cbff4f5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Dec 2013 01:17:02 -0500 Subject: increase fees --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b8a61cce3..bd66a4523 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -61,7 +61,7 @@ int64 nHPSTimerStart; // Settings int64 nTransactionFee = 0; -int64 nMinimumInputValue = CENT / 100; +int64 nMinimumInputValue = CENT; -- cgit v1.2.3