[qt] Properly display required fee instead of minTxFee

This commit is contained in:
MarcoFalke
2015-10-25 02:47:04 +02:00
parent 46f74379b8
commit abd8b768ee
5 changed files with 26 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
#include "txdb.h" // for -dbcache defaults
#ifdef ENABLE_WALLET
#include "wallet/wallet.h" // for CWallet::minTxFee
#include "wallet/wallet.h" // for CWallet::GetRequiredFee()
#endif
#include <boost/thread.hpp>