![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#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 |
Variables | |
int64_t | nTransactionFee = DEFAULT_TRANSACTION_FEE |
bool | bSpendZeroConfChange = true |
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.