Change config to use single entry for validation.

This commit is contained in:
Arthur Britto
2012-06-13 15:48:14 -07:00
parent fff4e87090
commit c26d60579a
3 changed files with 11 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
#include "types.h"
#include "SerializedTypes.h"
#include "NewcoinAddress.h"
#include <string>
#include <boost/filesystem.hpp>
@@ -78,8 +79,7 @@ public:
bool RPC_ALLOW_REMOTE;
// Validation
std::string VALIDATION_PASSWORD;
std::string VALIDATION_KEY;
NewcoinAddress VALIDATION_SEED;
// Fees
uint64 FEE_DEFAULT; // Default fee.