From b7593a4e828bba419101e2100e157fdd3cbff4f5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Dec 2013 01:17:02 -0500 Subject: increase fees --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index b358734f4..45bf9f7ff 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -415,7 +415,7 @@ bool AppInit2() { if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) return InitError(strprintf(_("Invalid amount for -paytxfee=: '%s'"), mapArgs["-paytxfee"].c_str())); - if (nTransactionFee > 0.25 * COIN) + if (nTransactionFee > 25.0 * COIN) InitWarning(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction.")); } -- cgit v1.2.3