aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-08-01 10:56:17 -0700
committerJeff Garzik <[email protected]>2012-08-01 10:56:17 -0700
commitffe47d6d5d6ddfc0ad145f5a891e2165c3d69009 (patch)
treec30d30baadfa02be183b40535d3bf43d2701f60b /src/init.cpp
parentAdd doc/release-notes.txt, temporary for 0.7 release (diff)
parentUpdate Warning-strings to use a standard-format (diff)
downloaddiscoin-ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009.tar.xz
discoin-ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009.zip
Merge pull request #1636 from Diapolo/Warning_string
Update Warning-strings to use a standard-format
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index a07d01137..c8e0437d2 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -417,7 +417,7 @@ bool AppInit2()
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))
return InitError(strprintf(_("Invalid amount for -paytxfee=<amount>: '%s'"), mapArgs["-paytxfee"].c_str()));
if (nTransactionFee > 0.25 * COIN)
- InitWarning(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction."));
+ InitWarning(_("Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction."));
}
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log