diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-04 14:36:49 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-04 14:36:49 +0100 |
| commit | e30bd78f8133fe55ff0bf9e0d6a47a58357d9056 (patch) | |
| tree | 5ce93d6b2752fecb2267b967b8b34278ca17134b /src/main.cpp | |
| parent | Merge pull request #3180 from pstratem/processgetdata (diff) | |
| download | discoin-e30bd78f8133fe55ff0bf9e0d6a47a58357d9056.tar.xz discoin-e30bd78f8133fe55ff0bf9e0d6a47a58357d9056.zip | |
No more fHaveGUI
No more specific handling of GUI in bitcoin core.
Replace the last usage of fHaveGUI with a fForceServer
parameter on AppInit2.
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 |