Anoncoin  0.9.4
P2P Digital Currency
Classes | Variables
wallet.cpp File Reference
#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>
Include dependency graph for wallet.cpp:

Go to the source code of this file.

Classes

struct  CompareValueOnly
 

Variables

int64_t nTransactionFee = DEFAULT_TRANSACTION_FEE
 
bool bSpendZeroConfChange = true
 

Variable Documentation

bool bSpendZeroConfChange = true

Definition at line 21 of file wallet.cpp.

int64_t nTransactionFee = DEFAULT_TRANSACTION_FEE

Definition at line 20 of file wallet.cpp.