Work arround crashing on ~Config.

This commit is contained in:
Arthur Britto
2013-01-18 01:48:55 -08:00
parent e69d309cb3
commit 7688253df9
3 changed files with 18 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ public:
std::string RPC_PASSWORD;
std::string RPC_USER;
bool RPC_ALLOW_REMOTE;
std::vector<Json::Value> RPC_STARTUP;
Json::Value RPC_STARTUP;
// Validation
RippleAddress VALIDATION_SEED, VALIDATION_PUB, VALIDATION_PRIV;