PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Macros | Typedefs | Variables
wallet_tests.cpp File Reference
#include "wallet/wallet.h"
#include "miner.h"
#include <set>
#include <stdint.h>
#include <utility>
#include <vector>
#include <boost/test/unit_test.hpp>
#include "test_prcycoin.h"
Include dependency graph for wallet_tests.cpp:

Go to the source code of this file.

Macros

#define RUN_TESTS   100
 
#define RANDOM_REPEATS   5
 

Typedefs

typedef std::set< std::pair< const CWalletTx *, unsigned int > > CoinSet
 

Variables

CWalletpwalletMain
 
int64_t nReserveBalance
 

Macro Definition Documentation

◆ RANDOM_REPEATS

#define RANDOM_REPEATS   5

Definition at line 21 of file wallet_tests.cpp.

◆ RUN_TESTS

#define RUN_TESTS   100

Definition at line 17 of file wallet_tests.cpp.

Typedef Documentation

◆ CoinSet

typedef std::set<std::pair<const CWalletTx*,unsigned int> > CoinSet

Definition at line 24 of file wallet_tests.cpp.

Variable Documentation

◆ nReserveBalance

int64_t nReserveBalance

Definition at line 59 of file wallet.cpp.

◆ pwalletMain

CWallet* pwalletMain

Definition at line 49 of file wallet.cpp.