diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-13 16:14:48 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-13 16:34:57 +0100 |
commit | cd7fa8bb437267db2502415e4fb035d60bda860c (patch) | |
tree | ebb78a41255c9c75f84b19eb59a985444848c093 /src/qt/bitcoin.cpp | |
parent | a943bde6f067567e47c6e12b16c541bb1fea575a (diff) |
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.
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 2b3bf3bfb5..b69a732a85 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -17,6 +17,7 @@ #include "main.h" #include "ui_interface.h" #include "util.h" +#include "wallet.h" #include <stdint.h> |