mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Missing line.
This commit is contained in:
@@ -35,6 +35,7 @@ void AccountState::addJson(Json::Value& val)
|
|||||||
void AccountState::dump()
|
void AccountState::dump()
|
||||||
{
|
{
|
||||||
Json::Value j(Json::objectValue);
|
Json::Value j(Json::objectValue);
|
||||||
|
addJson(j);
|
||||||
Json::StyledStreamWriter ssw;
|
Json::StyledStreamWriter ssw;
|
||||||
ssw.write(std::cerr, j);
|
ssw.write(std::cerr, j);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user