From 4bd188c4383d6e614e18f79dc337fbabe8464c82 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Sun, 15 Aug 2010 21:05:16 +0000 Subject: misc changes git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@131 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index b99237ec66..a2df01be84 100644 --- a/init.cpp +++ b/init.cpp @@ -373,6 +373,8 @@ bool AppInit2(int argc, char* argv[]) wxMessageBox(_("Invalid amount for -paytxfee="), "Bitcoin"); return false; } + if (nTransactionFee > 1 * COIN) + wxMessageBox(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction."), "Bitcoin"); } // -- cgit v1.2.3