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()
|
||||
{
|
||||
Json::Value j(Json::objectValue);
|
||||
addJson(j);
|
||||
Json::StyledStreamWriter ssw;
|
||||
ssw.write(std::cerr, j);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user