Cosmetic.

This commit is contained in:
Arthur Britto
2012-06-19 12:41:31 -07:00
parent 15d00c3789
commit d76cc94f0c

View File

@@ -53,10 +53,10 @@ public:
boost::filesystem::path UNL_DEFAULT;
std::string VALIDATORS_SITE; // Where to find validators.txt on the Internet.
std::vector<std::string> VALIDATORS; // Validators from newcoind.cfg
std::vector<std::string> VALIDATORS; // Validators from newcoind.cfg.
// Network parameters
int NETWORK_START_TIME; // The Unix time we start ledger 0
int NETWORK_START_TIME; // The Unix time we start ledger 0.
int TRANSACTION_FEE_BASE;
int LEDGER_SECONDS;
int LEDGER_PROPOSAL_DELAY_SECONDS;