mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Minor clean up for human formats and DB.
This commit is contained in:
@@ -32,8 +32,7 @@ void AccountState::addJson(Json::Value& val)
|
||||
{
|
||||
Json::Value as(Json::objectValue);
|
||||
|
||||
// XXX Might want account public here, if available.
|
||||
as["Account"]=mAccountID.humanAccountID();
|
||||
as["AccountID"]=mAccountID.humanAccountID();
|
||||
as["Balance"]=boost::lexical_cast<std::string>(mBalance);
|
||||
as["SendSequence"]=mAccountSeq;
|
||||
if(!mValid) as["Invalid"]=true;
|
||||
|
||||
Reference in New Issue
Block a user