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:
@@ -14,6 +14,7 @@
|
||||
#include "init.h"
|
||||
#include "main.h"
|
||||
#include "net.h"
|
||||
#include "wallet.h"
|
||||
#include "walletdb.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
Reference in New Issue
Block a user