From 13c84b3bd550f93bf6c2bf57677a08a1ea858c60 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Sun, 26 May 2013 14:00:16 -0400 Subject: build: add global var for whether or not the gui is enabled --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') 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 -- cgit v1.2.3