mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add config ACCOUNT_PROBE_MAX.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user