aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-11-05 04:06:08 -0800
committerWladimir J. van der Laan <[email protected]>2013-11-05 04:06:08 -0800
commit25d056a58ffdf790c6bf4d9b6bbd65be44f73fc2 (patch)
tree8c93c2d7d850323cd4defd209e7fc6bebcd4041a /src/main.cpp
parentMerge pull request #3198 from nvmd/compile_on_mavericks (diff)
parentNo more fHaveGUI (diff)
downloaddiscoin-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.cpp1
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