![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Variables | |
string | BUILDDIR = "/home/phez/code/dash" |
string | EXEEXT = "" |
int | ENABLE_WALLET = 1 |
int | ENABLE_UTILS = 1 |
int | ENABLE_BITCOIND = 1 |
int | ENABLE_ZMQ = 1 |
string tests_config.BUILDDIR = "/home/phez/code/dash" |
Definition at line 6 of file tests_config.py.
int tests_config.ENABLE_BITCOIND = 1 |
Definition at line 12 of file tests_config.py.
int tests_config.ENABLE_UTILS = 1 |
Definition at line 11 of file tests_config.py.
int tests_config.ENABLE_WALLET = 1 |
Definition at line 10 of file tests_config.py.
int tests_config.ENABLE_ZMQ = 1 |
Definition at line 13 of file tests_config.py.
string tests_config.EXEEXT = "" |
Definition at line 7 of file tests_config.py.