From 6ac7f9f144757f5f1a049c059351b978f83d1476 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto Date: Sun, 15 Aug 2010 23:06:05 +0000 Subject: misc changes --- init.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 53e0362ae..af8ad753b 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