diff options
| author | Jeff Garzik <[email protected]> | 2012-08-01 10:56:17 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-01 10:56:17 -0700 |
| commit | ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009 (patch) | |
| tree | c30d30baadfa02be183b40535d3bf43d2701f60b /src/init.cpp | |
| parent | Add doc/release-notes.txt, temporary for 0.7 release (diff) | |
| parent | Update Warning-strings to use a standard-format (diff) | |
| download | discoin-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.cpp | 2 |
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 |