refactor: Drop CWalletRef typedef

This commit is contained in:
João Barbosa
2018-04-17 17:41:49 +01:00
parent 615f7c2884
commit 6efd9644cf
6 changed files with 12 additions and 13 deletions

View File

@@ -33,7 +33,7 @@
#include <boost/algorithm/string/replace.hpp>
std::vector<CWalletRef> vpwallets;
std::vector<CWallet*> vpwallets;
/** Transaction fee set by the user */
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;