This commit is contained in:
jed
2011-10-28 16:51:35 -07:00
parent e68b0fb8d1
commit 7436a8deec
29 changed files with 141 additions and 129 deletions

View File

@@ -6,6 +6,7 @@ public:
int VERSION;
std::string VERSION_STR;
bool TEST_NET;
int NETWORK_START_TIME; // The Unix time we start ledger 0
int TRANSACTION_FEE;
int ACCOUNT_FEE;
@@ -22,7 +23,7 @@ public:
std::string RPC_PASSWORD;
std::string HANKO;
std::string HISTORY_DIR;
std::string DATA_DIR;
int MIN_VOTES_FOR_CONSENSUS;