diff options
| author | Satoshi Nakamoto <[email protected]> | 2010-08-15 23:06:05 +0000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-08-15 23:06:05 +0000 |
| commit | 6ac7f9f144757f5f1a049c059351b978f83d1476 (patch) | |
| tree | 9b732f1e36b18d85484ab1d49b70ea00c5749592 /init.cpp | |
| parent | Quick fix: bad block 74,652 (diff) | |
| download | discoin-6ac7f9f144757f5f1a049c059351b978f83d1476.tar.xz discoin-6ac7f9f144757f5f1a049c059351b978f83d1476.zip | |
misc changes
Diffstat (limited to 'init.cpp')
| -rw-r--r-- | init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -373,6 +373,8 @@ bool AppInit2(int argc, char* argv[]) wxMessageBox(_("Invalid amount for -paytxfee=<amount>"), "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"); } // |