aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-12-13 16:14:48 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-12-13 16:34:57 +0100
commitcd7fa8bb437267db2502415e4fb035d60bda860c (patch)
treeebb78a41255c9c75f84b19eb59a985444848c093 /src/main.h
parenta943bde6f067567e47c6e12b16c541bb1fea575a (diff)
downloadbitcoin-cd7fa8bb437267db2502415e4fb035d60bda860c.tar.xz
Move `nTransactionFee` from main.cpp to wallet.cpp
Transaction fee is only used by the wallet. No need for it to be in main.cpp.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index fd5e352cb6..f3f9acb639 100644
--- a/src/main.h
+++ b/src/main.h
@@ -96,9 +96,6 @@ extern bool fTxIndex;
extern unsigned int nCoinCacheSize;
extern bool fHaveGUI;
-// Settings
-extern int64_t nTransactionFee;
-
// Minimum disk space required - used in CheckDiskSpace()
static const uint64_t nMinDiskSpace = 52428800;