diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-05 04:06:08 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-05 04:06:08 -0800 |
| commit | 25d056a58ffdf790c6bf4d9b6bbd65be44f73fc2 (patch) | |
| tree | 8c93c2d7d850323cd4defd209e7fc6bebcd4041a /src/main.cpp | |
| parent | Merge pull request #3198 from nvmd/compile_on_mavericks (diff) | |
| parent | No more fHaveGUI (diff) | |
| download | discoin-25d056a58ffdf790c6bf4d9b6bbd65be44f73fc2.tar.xz discoin-25d056a58ffdf790c6bf4d9b6bbd65be44f73fc2.zip | |
Merge pull request #3196 from laanwj/2013_11_nohavegui
No more fHaveGUI
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4dc2e5c6f..a952bc270 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,7 +41,6 @@ bool fReindex = false; bool fBenchmark = false; bool fTxIndex = false; unsigned int nCoinCacheSize = 5000; -bool fHaveGUI = false; /** Fees smaller than this (in satoshi) are considered zero fee (for transaction creation) */ int64 CTransaction::nMinTxFee = 10000; // Override with -mintxfee |