Move 'nTransactionFee' to wallet.cpp
[novacoin.git] / src / wallet.cpp
index dc5d1d0..8a406fd 100644 (file)
 #include "main.h"
 
 using namespace std;
+
+//Settings
+
 extern int64_t nReserveBalance;
+int64_t nTransactionFee = MIN_TX_FEE;
 
 //////////////////////////////////////////////////////////////////////////////
 //