mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make this code easier to debug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user