Make this code easier to debug.

This commit is contained in:
JoelKatz
2013-03-06 03:52:56 -08:00
parent 7e6e42e9d3
commit aa2503081e
6 changed files with 29 additions and 0 deletions

View File

@@ -44,4 +44,12 @@ void RippleState::setViewAccount(const uint160& accountID)
}
}
Json::Value RippleState::getJson(int)
{
Json::Value ret(Json::objectValue);
ret["low_id"] = mLowID.GetHex();
ret["high_id"] = mHighID.GetHex();
return ret;
}
// vim:ts=4