mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +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:
@@ -67,9 +67,6 @@ CScript COINBASE_FLAGS;
|
||||
|
||||
const string strMessageMagic = "Bitcoin Signed Message:\n";
|
||||
|
||||
// Settings
|
||||
int64_t nTransactionFee = 0;
|
||||
|
||||
// Internal stuff
|
||||
namespace {
|
||||
struct CBlockIndexWorkComparator
|
||||
|
||||
Reference in New Issue
Block a user