![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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"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 | |
| CWallet * | pwalletMain |
| int64_t | nReserveBalance |
| #define RANDOM_REPEATS 5 |
Definition at line 21 of file wallet_tests.cpp.
| #define RUN_TESTS 100 |
Definition at line 17 of file wallet_tests.cpp.
Definition at line 24 of file wallet_tests.cpp.
| int64_t nReserveBalance |
Definition at line 59 of file wallet.cpp.
| CWallet* pwalletMain |
Definition at line 49 of file wallet.cpp.
1.8.17