mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02: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:
parent
a943bde6f0
commit
cd7fa8bb43
8 changed files with 8 additions and 9 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include "init.h"
|
||||
#include "main.h"
|
||||
#include "net.h"
|
||||
#include "wallet.h"
|
||||
#include "walletdb.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue