Add config ACCOUNT_PROBE_MAX.

This commit is contained in:
Arthur Britto
2012-06-03 19:43:21 -07:00
parent 07658219de
commit aec977ced2
2 changed files with 10 additions and 1 deletions

View File

@@ -78,9 +78,12 @@ public:
uint64 FEE_CREATE; // Fee to create an account
uint64 FEE_DEFAULT; // Default fee.
// configuration parameters
// Configuration parameters
std::string DATA_DIR;
// Client behavior
int ACCOUNT_PROBE_MAX; // How far to scan for accounts.
Config();
void load();