aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-06-05 10:56:24 -0700
committerJeff Garzik <[email protected]>2013-06-05 10:56:24 -0700
commitc94bd68547df9ba7645305f9813e02d548e8a981 (patch)
treeb29f008e3a4dcc44a349ca93616c4e804a709ee5 /src/main.cpp
parentMerge pull request #2731 from Diapolo/rpcconsole (diff)
parentbuild: kill off the QT_GUI define (diff)
downloaddiscoin-c94bd68547df9ba7645305f9813e02d548e8a981.tar.xz
discoin-c94bd68547df9ba7645305f9813e02d548e8a981.zip
Merge pull request #2700 from theuni/gui-split
autotools: Gui split
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a98b83b6a..b8b777161 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -48,6 +48,7 @@ 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