![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "wallet.h"
#include "base58.h"
#include "checkpoints.h"
#include "coincontrol.h"
#include "net.h"
#include <boost/algorithm/string/replace.hpp>
#include <openssl/rand.h>
Go to the source code of this file.
Classes | |
struct | CompareValueOnly |
Functions | |
static void | ApproximateBestSubset (vector< pair< int64_t, pair< const CWalletTx *, unsigned int > > >vValue, int64_t nTotalLower, int64_t nTargetValue, vector< char > &vfBest, int64_t &nBest, int iterations=1000) |
Variables | |
int64_t | nTransactionFee = DEFAULT_TRANSACTION_FEE |
bool | bSpendZeroConfChange = true |
|
static |
Definition at line 1060 of file wallet.cpp.
References insecure_rand(), and seed_insecure_rand().
Referenced by CWallet::SelectCoinsMinConf().
bool bSpendZeroConfChange = true |
Definition at line 20 of file wallet.cpp.
Referenced by AppInit2(), CWalletTx::IsTrusted(), and CWallet::SelectCoins().
int64_t nTransactionFee = DEFAULT_TRANSACTION_FEE |
Definition at line 19 of file wallet.cpp.
Referenced by AppInit2(), OptionsModel::data(), getinfo(), OptionsModel::Init(), WalletModel::prepareTransaction(), CWallet::SendMoneyToDestination(), OptionsModel::setData(), settxfee(), and CoinControlDialog::updateLabels().