mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user